Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 945 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 945 Bytes

Rholang Tutorial

Short intro into Rholang and RChain smart contracts.

About

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

Running it locally

  1. Ensure Node.JS and Yarn are installed.
  2. Install dependencies by running yarn in the project directory
  3. Run yarn start to start your local development server

Deploying it

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