Skip to content

Latest commit

 

History

History
executable file
·
52 lines (35 loc) · 1.16 KB

README.md

File metadata and controls

executable file
·
52 lines (35 loc) · 1.16 KB

Michelson Labs

Notebook

Series of Jupyter notebooks for learning the Tezos native contract language.

Run notebooks

Clone this repo and cd in, then:

docker pull bakingbad/michelson-kernel
docker run --rm -it -p 127.0.0.1:8888:8888 -v $(pwd):/home/jupyter/notebooks bakingbad/michelson-kernel

or just

make run

Contribute

Fist of all, make sure all dependencies are installed:

make install

If you are editing notebooks, you need to save & render them afterwards:

make docs

Run the site in the development mode:

make dev

Contact us

If you have any questions regarding the tutorials, Michelson kernel, or you spotted a bug — please reach us:

About

Project is supported by Tezos Foundation.

Michelson tutorials: Claude Barde
Jupyter kernel & educational platform: Baking Bad