This is a GitHub page for creating documentation for easy self-custody staking within the Internet Computer. This is intended to be a community-driven set of documents.
You can see the GitHub page here: https://dfinity.github.io/ic-staking-documentation/
(@dprats note: the code is deployed as a github page solely to maximize public/community development + deploy. This could easily be a canister smart contract as well. That will be a good next iteration and I am working on deploying it to IC)
- The Network Nervous System: Governing the Internet Computer
- The Community-Led Governance of the Internet Computer
- Earn Substantial Voting Rewards by Staking in the Network Nervous System
- The Internet Computer’s NNS Front-End Dapp Is Now Open Source
- How to Deploy Your First Canister Smart Contract Using the NNS Dapp
- Get Started Using the NNS Front-End Dapp and ICP Wallet on the Internet Computer
- How the Internet Computer works
- Showcase of apps on the Internet Computer
- Coding on the Internet Computer
- Internet Computer replica code
- Motoko Playground
- Developer Forum
The GitHub page is composed of pages in the /docs
directory. Editing the copy is just markdown.
To run this locally, you should follow the instructions at .
- Pull down repo
- Setup Jekyll and other Gems necessary as denoted here Testing your GitHub Pages site locally with Jekyll
- Navigate to /docs
- Run
$ bundle exec jekyll serve
The GitHub page is tied to the branch main
. Anything that is merged to main
branch automatically becomes deploys to the GitHub page: https://dfinity.github.io/ic-staking-documentation/
The current theme is the "Just the Docs" Jekyll theme.
- Documentation for "Just the Docs": https://pmarsceill.github.io/just-the-docs/
- GitHub page for "Just The Docs": https://github.com/pmarsceill/just-the-docs
If you want to change the theme altogether, you need to do the following:
- Edit the
_config.yml
file and edit the line that reads to add whatever theme you chose.
theme: "just-the-docs"
- Run
gem install
to install the theme you chose