Chia Logo

Here you can experiment with Chialisp, a powerful and secure language for smart money based on LISP.

All of the necessary tools like chia and cdv are already installed and a connection to testnet10 is pre-configured.

TIPS

  • 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, in the Clovyr Code terminal:
    • cd /home/clovyr/git/github.com/clovyr/chia-example - navigate to the repo directory
    • git 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, look for the Clovyr Code channel in the above Keybase group.

===================================================

Getting Started with Clovyr Code and Chia

  1. About Clovyr Code
  2. A Gentle Introduction to Chia Concepts
  3. Developing on Chia with Clovyr Code
  4. Deploying to Testnet
  5. Examples:

Chialisp Docs

  1. Introducing Chialisp blog by Bram Cohen
  2. Chia Docs: Home - (docs.chia.net)
  3. Chialisp Docs: Home - (chialisp.com/docs/)
  4. Chialisp Docs: Chia Asset Tokens (CATs)
  5. 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, and cat, are already installed and can be run from the Clovyr Code terminal. (e.g. try cdv --help)
    • See Developing on Chia with Clovyr Code for how to connect to Chia testnet10, create your wallet, and receive test mojos.

Dev Tools References

===================================================