An open API service indexing awesome lists of open source software.

https://github.com/clovyr/chia-example


https://github.com/clovyr/chia-example

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

        

![Chia Logo](intro/static/img/chia-clovyr-logos.png)

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
- We suggest opening [this page](https://github.com/clovyr/chia-example/blob/main/README.md) 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 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](https://keybase.io).
- For help with Clovyr Code for Chialisp, join chia_network.public#clovyr-code on [Keybase](https://keybase.io).

# Resources
===================================================

## Getting Started with Clovyr Code and Chia
1. [About Clovyr Code](https://github.com/clovyr/chia-example/blob/main/intro/98-About-Clovyr-Code.md)
2. [A Gentle Introduction to Chia Concepts](https://github.com/clovyr/chia-example/blob/main/intro/01-Chia-101.md)
3. [Developing on Chia with Clovyr Code](https://github.com/clovyr/chia-example/blob/main/intro/02-Getting-Started.md)
4. [Deploying to Testnet](https://github.com/clovyr/chia-example/blob/main/intro/05-Deploying-to-Testnet.md)
4. Examples:
- [Leave a Legacy: Chialisp CLI tools](https://github.com/clovyr/chia-example/blob/main/examples/LeaveALegacy/README.md) - encode a completed Chialisp program using `cdv`, `run`, and `brun`
- [Piggybank: Writing a first Chialisp program](https://github.com/clovyr/chia-example/blob/main/examples/chia-piggybank/02-Piggybank-Simple.md) - how to write a basic Chialisp program

## Chialisp Docs
1. [Introducing Chialisp](https://www.chia.net/2019/11/27/chialisp.en.html) blog by Bram Cohen
1. [Chia Docs: Home](https://docs.chia.net/) - (docs.chia.net)
2. [Chialisp Docs: Home](https://chialisp.com/docs/) - (chialisp.com/docs/)
3. [Chialisp Docs: Chia Asset Tokens (CATs)](https://chialisp.com/docs/puzzles/cats)
4. [Chialisp Tutorials: CATs on Linux/MacOS](https://chialisp.com/docs/tutorials/CAT_Launch_Process_Linux_MacOS#creating-a-single-mint-cat)
- 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](https://github.com/clovyr/chia-example/blob/main/intro/02-Getting-Started.md) for how to connect to Chia testnet10, create your wallet, and receive test mojos.

## Dev Tools References
- [Chia CLI](https://github.com/Chia-Network/chia-blockchain/wiki/CLI-Commands-Reference), `chia --help`
- [Chia Dev Tools](https://github.com/Chia-Network/chia-dev-tools), `cdv --help`
- [CLVM Tools](https://github.com/Chia-Network/clvm_tools), `run --help` and `brun --help`
- [CAT Admin Tool](https://github.com/Chia-Network/CAT-admin-tool), `cat --help` (to test)

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