Skip to content

A guide to the Helios programming language.

Notifications You must be signed in to change notification settings

kreate-art/helios-book

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.8%
  • CSS 20.2%