https://github.com/clovyr/chia-example
https://github.com/clovyr/chia-example
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/clovyr/chia-example
- Owner: clovyr
- Created: 2021-09-23T15:42:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-06T14:00:10.000Z (about 3 years ago)
- Last Synced: 2024-11-28T22:50:20.248Z (7 months ago)
- Language: Shell
- Size: 20.9 MB
- Stars: 9
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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)===================================================