Short intro into Rholang and RChain smart contracts.
This is an improved version of developer.rchain.coop/tutorial, featuring:
- auto sync from original Markdown document
- a sleek, simple design
- code examples syntax highlighting
- table of contents
- run code examples and see output
- responsive/mobile CSS
- Ensure Node.JS and Yarn are installed.
- Install dependencies by running
yarn
in the project directory - Run
yarn start
to start your local development server
You can build a static version of this project using:
yarn build
This will result in a static build in the directory dist
.
Previewing this static build can then be done through:
yarn serve