Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 697 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 697 Bytes

The Helios Programming Language Book

This is meant to be the main documentation for the Helios programming language. Helios is a DSL for writing smart contracts for the Cardano blockchain. Suggestions are welcome on the the Helios Discord. This book is hosted here.

Hosting Locally

Install mdbook

$ cargo install mdbook
  ...

Clone the repo

$ git clone https://github.com/hyperion-bt/helios-book
  ...

Finally cd into the directory and run the mdbook local server.

$ cd helios-book
  ...
$ mdbook serve --open
  ...

The book will be served at port localhost:3000