{"id":50516250,"url":"https://github.com/rsodre/512karat-gen2","last_synced_at":"2026-06-03T00:04:23.813Z","repository":{"id":305547844,"uuid":"993893000","full_name":"rsodre/512karat-gen2","owner":"rsodre","description":"512Katat 2nd Generation","archived":false,"fork":false,"pushed_at":"2025-07-20T17:43:52.000Z","size":2296,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-20T19:13:10.173Z","etag":null,"topics":["cairo-lang","dojo","generative-art","on-chain"],"latest_commit_sha":null,"homepage":"https://karat.collect-code.com/","language":"Cairo","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rsodre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-31T18:43:55.000Z","updated_at":"2025-07-20T17:43:58.000Z","dependencies_parsed_at":"2025-07-20T19:27:35.740Z","dependency_job_id":null,"html_url":"https://github.com/rsodre/512karat-gen2","commit_stats":null,"previous_names":["rsodre/512karat-gen2"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/rsodre/512karat-gen2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsodre%2F512karat-gen2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsodre%2F512karat-gen2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsodre%2F512karat-gen2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsodre%2F512karat-gen2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rsodre","download_url":"https://codeload.github.com/rsodre/512karat-gen2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsodre%2F512karat-gen2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33842020,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"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":["cairo-lang","dojo","generative-art","on-chain"],"created_at":"2026-06-03T00:04:22.819Z","updated_at":"2026-06-03T00:04:23.804Z","avatar_url":"https://github.com/rsodre.png","language":"Cairo","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 512 KARAT Generation 2\n\n## Generative Art made with Dojo\n\ncode + art: **Roger S.** aka **Mataleone** ([@matalecode](https://x.com/matalecode))\n\n\n## Mainnet Minting\n\n* TBA\n\n\n## Project structure\n\n* `/dojo`: Dojo contracts (deprecated with Origami)\n* `/dojo/scripts`: Scripts to interact with the contracts\n* `/draft`: Token experiments (metadata, svg)\n* `/scripts`: Scripts for fetching Karat data on-chain\n* `/tokens`: Cached KARAT metadata and art\n* [p5js](https://editor.p5js.org/rsodre/sketches/LbtLW29da): Art development playground\n\n\n## Sepolia / Mainnet Deployment\n\nThis is a **generic guide** to deploy a Dojo world to Sepolia.\nThe steps for Mainnet are exactly the same, just replace the chain name and ID when necessary.\n\n\n### Setup\n\n* You need a [Starknet RPC Provider](https://www.starknet.io/fullnodes-rpc-services/) to deploy contracts on-chain. After you get yours, check if it works and is on the chain you want to deploy (`SN_SEPOLIA` or `SN_MAIN`)\n\n```sh\n# install asdf\n# https://asdf-vm.com/guide/getting-started.html\nbrew install asdf\n\n# configure asdf\n# https://asdf-vm.com/guide/getting-started.html#_2-configure-asdf\n# add this to ~/.zshrc\nexport PATH=\"${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH\"\n. \u003c(asdf completion bash)\n\n# install Scarb+Dojo plugins\n# https://docs.swmansion.com/scarb/download.html#install-via-asdf\n# https://book.dojoengine.org/installation#installing-with-asdf\nasdf plugin add scarb\nasdf plugin add katana https://github.com/dojoengine/asdf-katana.git\nasdf plugin add torii https://github.com/dojoengine/asdf-torii.git\nasdf plugin add sozo https://github.com/dojoengine/asdf-sozo.git\nasdf install scarb 2.13.1\nasdf install sozo 1.8.5\nasdf install katana 1.7.0\nasdf install torii 1.8.7\n# enable to your user account (optional)\n# asdf set -u scarb 2.13.1\n# asdf set -u sozo 1.8.5\n# asdf set -u katana 1.7.0\n# asdf set -u torii 1.8.7\n```\n\nAfter deployment, we can use some sozo commands to manage the contracts.\n\n```sh\n# mint to a specific wallet\nscripts/mint_to.sh mainnet 0x04042b3F651F6d6Ff03b929437AdC30257333723970071b05cb0E2270C9dc385\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsodre%2F512karat-gen2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frsodre%2F512karat-gen2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsodre%2F512karat-gen2/lists"}