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.
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