roschler / helios-book

A guide to the Helios programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A guide to the Helios programming language.


Languages

Language:JavaScript 95.0%Language:CSS 5.0%