Skip to main content

ISCC: Reference Implementation

Project description

PyPI Status PyPI License

The International Standard Content Code is an open standard for decentralized content identifiers. This repository contains the specification of the ISCC Standard and a reference implementation in Python3. The latest published version of the specification can be found at iscc.codes

Installing the reference code

Windows Notes:

The reference implamentation requires the xxhash package. Windows users may first want to install the xxhash binary wheel to skip the required compilation step.

The reference code is published with the package name iscc on Python Package Index. Install it with:

pip install iscc

Working with the specification

The entire ISCC Specification is written in plain text Markdown. The markdown content is than built and published with the excellent mkdocs documetation tool. If you have some basic command line skills you can build and run the specification site 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/iscc-specs.git
cd iscc-specs
pip install -r requirements.txt
mkdocs serve

Usage

All specification documents can be found in the ./docs subfolder or the 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.

Contribute

Pull requests and other contributions are welcome. Use the Github Issues section of this project to ask questions or discuss ideas for the ISCC Specification.

License

All of documentation is licensed under the CC-BY-SA 4.0 license © 2017 Content Blockchain Project. Reference code is licensed under BSD-2-Clause.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iscc-0.9.0.tar.gz (24.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page