This repo contains the documents that comprise the Filecoin spec.
Every document in the top level of the repo is part of the official spec, and is canon. Documents in the 'drafts' folder are work-in-progress draft documents that aren't yet accepted as part of the spec, but exist here for discussion. Documents in the notes repo are various notes from different meetings and discussions.
Recommended: You can view the spec here.
You can also view it locally by using hugo.
> git submodule update --init --recursive
> hugo serve
If you're just browsing on GitHub, start with INTRO.md. But really, we recommend using the rendered output. It is much easier to read and use.
For info on how this spec changes, please see the process doc.