The chialisp-playground provides a simple interface for interested developers to try out the Chialisp programming language, which powers the Chia blockchain.
A demo of the playgorund can be found at https://chialisp-playground.vercel.app/
yarn install
yarn start
- open http://localhost:8084/
Currently, only the VS Code Dark+ theme is included.
This project is based on bolinfest/monaco-tm, which enables Monaco to understand textmate grammars, and Rigidity/vscode-chialisp, where I got the initial textmate grammar for chialisp. Both projects are licensed under the MIT license