Here you can experiment with Chialisp, a powerful and secure language for smart money based on LISP.
- All of the necessary tools like
chia
andcdv
are already installed and a connection to testnet10 is pre-configured - We suggest opening this page in a separate browser tab so you can easily refer to these resources while you work
- To make sure you're viewing the latest docs and examples (including this page), in the Clovyr Code terminal:
cd /home/clovyr/git/github.com/clovyr/chia-example
- navigate to the repo directorygit pull
- pull the latest changes
- To view a markdown page like this one in the Preview Pane (pretty mode), press
CTRL+SHIFT+V
. - For help or to chat with others in the community, join chia_network.public on Keybase.
- For help with Clovyr Code for Chialisp, join chia_network.public#clovyr-code on Keybase.
===================================================
- About Clovyr Code
- A Gentle Introduction to Chia Concepts
- Developing on Chia with Clovyr Code
- Deploying to Testnet
- Examples:
- Leave a Legacy: Chialisp CLI tools - encode a completed Chialisp program using
cdv
,run
, andbrun
- Piggybank: Writing a first Chialisp program - how to write a basic Chialisp program
- Leave a Legacy: Chialisp CLI tools - encode a completed Chialisp program using
- Introducing Chialisp blog by Bram Cohen
- Chia Docs: Home - (docs.chia.net)
- Chialisp Docs: Home - (chialisp.com/docs/)
- Chialisp Docs: Chia Asset Tokens (CATs)
- Chialisp Tutorials: CATs on Linux/MacOS
- Note that all the steps before "Creating a single-mint CAT" are completed inside Clovyr Code.
chia
,cdv
,brun
, andcat
, are already installed and can be run from the Clovyr Code terminal. (e.g. trycdv --help
)- See Developing on Chia with Clovyr Code for how to connect to Chia testnet10, create your wallet, and receive test mojos.
- Chia CLI,
chia --help
- Chia Dev Tools,
cdv --help
- CLVM Tools,
run --help
andbrun --help
- CAT Admin Tool,
cat --help
(to test)
===================================================