Skip to content

9rb/rholang-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.2%
  • CSS 44.8%