Skip to content

baking-bad/michelson-labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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