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 | |
CIP-0002 | Content Timestamping | Stream | |
CIP-0003 | ISCC Registration | Stream | |
CIP-0004 | Smart Licenses | Stream |
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
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
.