Skip to content

coblo/cips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Content Blockchain Improvement Proposals

CIPs are governed by the 2/COSS (COSS). Current versions are published at https://coblo.github.io/cips/.

ID Title Type Status
CIP-0001 Wallet Address Aliases Stream Stable
CIP-0002 Content Timestamping Stream Stable
CIP-0003 ISCC Registration Stream Draft
CIP-0004 Smart Licenses Stream Raw

Working on CIPs

All CIPs are written in markdown and managed by the community via github version control in the CIPS repository. The markdown content is than built and published by the maintainers with mkdocs.

If you have some basic command line skills you can build and run the cips website on your own computer. Make sure you have the Git and Python installed on your system and follow these steps on the command line:

git clone https://github.com/coblo/cips.git
cd cips
pip install -r requirements.txt
mkdocs serve

Usage

All CIP documents can be found in the cips subfolder of this repository. The recommended editor for the markdown files is typora. If you have commit rights to the main repository you can deploy the site with a simple mkdocs gh-deploy.

Releases

No releases published

Packages

No packages published

Languages