{"id":22430831,"url":"https://github.com/clovyr/chia-example","last_synced_at":"2025-08-01T11:32:29.007Z","repository":{"id":42430082,"uuid":"409651071","full_name":"clovyr/chia-example","owner":"clovyr","description":null,"archived":false,"fork":false,"pushed_at":"2022-04-06T14:00:10.000Z","size":21954,"stargazers_count":9,"open_issues_count":1,"forks_count":9,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-07-31T01:24:11.248Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clovyr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-23T15:42:15.000Z","updated_at":"2022-03-23T14:41:40.000Z","dependencies_parsed_at":"2022-09-11T07:40:24.109Z","dependency_job_id":null,"html_url":"https://github.com/clovyr/chia-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/clovyr/chia-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clovyr%2Fchia-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clovyr%2Fchia-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clovyr%2Fchia-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clovyr%2Fchia-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clovyr","download_url":"https://codeload.github.com/clovyr/chia-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clovyr%2Fchia-example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268215585,"owners_count":24214365,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-05T21:09:43.590Z","updated_at":"2025-08-01T11:32:28.604Z","avatar_url":"https://github.com/clovyr.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Chia Logo](intro/static/img/chia-clovyr-logos.png)\n\nHere you can experiment with Chialisp, a powerful and secure language for smart money based on LISP.\n\n- All of the necessary tools like `chia` and `cdv` are already installed and a connection to testnet10 is pre-configured\n- 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\n- To make sure you're viewing the latest docs and examples (including this page), in the Clovyr Code terminal:\n   - `cd /home/clovyr/git/github.com/clovyr/chia-example` - navigate to the repo directory\n   - `git pull` - pull the latest changes\n- To view a markdown page like this one in the Preview Pane (pretty mode), press `CTRL+SHIFT+V`.\n- For help or to chat with others in the community, join chia_network.public on [Keybase](https://keybase.io). \n- For help with Clovyr Code for Chialisp, join chia_network.public#clovyr-code on [Keybase](https://keybase.io).\n\n\n# Resources\n===================================================\n\n## Getting Started with Clovyr Code and Chia\n   1.  [About Clovyr Code](https://github.com/clovyr/chia-example/blob/main/intro/98-About-Clovyr-Code.md)\n   2.  [A Gentle Introduction to Chia Concepts](https://github.com/clovyr/chia-example/blob/main/intro/01-Chia-101.md)\n   3.  [Developing on Chia with Clovyr Code](https://github.com/clovyr/chia-example/blob/main/intro/02-Getting-Started.md)\n   4.  [Deploying to Testnet](https://github.com/clovyr/chia-example/blob/main/intro/05-Deploying-to-Testnet.md)\n   4.  Examples:\n       -  [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`\n       -  [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\n\n## Chialisp Docs\n   1. [Introducing Chialisp](https://www.chia.net/2019/11/27/chialisp.en.html) blog by Bram Cohen \n   1. [Chia Docs: Home](https://docs.chia.net/) - (docs.chia.net)\n   2. [Chialisp Docs: Home](https://chialisp.com/docs/) - (chialisp.com/docs/)\n   3. [Chialisp Docs: Chia Asset Tokens (CATs)](https://chialisp.com/docs/puzzles/cats)\n   4. [Chialisp Tutorials: CATs on Linux/MacOS](https://chialisp.com/docs/tutorials/CAT_Launch_Process_Linux_MacOS#creating-a-single-mint-cat)\n      - Note that all the steps before \"Creating a single-mint CAT\" are completed inside Clovyr Code. \n      - `chia`, `cdv`, `brun`, and `cat`, are already installed and can be run from the Clovyr Code terminal. (e.g. try `cdv --help`)\n      - 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.\n\n## Dev Tools References\n   - [Chia CLI](https://github.com/Chia-Network/chia-blockchain/wiki/CLI-Commands-Reference),  `chia --help`\n   - [Chia Dev Tools](https://github.com/Chia-Network/chia-dev-tools), `cdv --help`\n   - [CLVM Tools](https://github.com/Chia-Network/clvm_tools), `run --help` and `brun --help`\n   - [CAT Admin Tool](https://github.com/Chia-Network/CAT-admin-tool), `cat --help` (to test)\n\n===================================================\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclovyr%2Fchia-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclovyr%2Fchia-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclovyr%2Fchia-example/lists"}