{"id":20217341,"url":"https://github.com/settlemint/solidity-token-erc721-generative-art","last_synced_at":"2025-04-10T15:44:00.607Z","repository":{"id":245475434,"uuid":"818310808","full_name":"settlemint/solidity-token-erc721-generative-art","owner":"settlemint","description":"The ERC721 token smart contract set with generative art ","archived":false,"fork":false,"pushed_at":"2025-04-04T17:15:30.000Z","size":55155,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-05T19:52:22.767Z","etag":null,"topics":["blockchain-transformation","erc721","foundry","hardhat","solidity"],"latest_commit_sha":null,"homepage":"https://www.settlemint.com","language":"Solidity","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/settlemint.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-21T15:01:52.000Z","updated_at":"2025-04-02T20:27:56.000Z","dependencies_parsed_at":"2025-03-27T22:24:33.408Z","dependency_job_id":"f9c3a8ad-f8ba-41f6-9319-7bd85e48de30","html_url":"https://github.com/settlemint/solidity-token-erc721-generative-art","commit_stats":null,"previous_names":["settlemint/solidity-token-erc721-generative-art"],"tags_count":46,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settlemint%2Fsolidity-token-erc721-generative-art","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settlemint%2Fsolidity-token-erc721-generative-art/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settlemint%2Fsolidity-token-erc721-generative-art/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settlemint%2Fsolidity-token-erc721-generative-art/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/settlemint","download_url":"https://codeload.github.com/settlemint/solidity-token-erc721-generative-art/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248243499,"owners_count":21071054,"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","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":["blockchain-transformation","erc721","foundry","hardhat","solidity"],"created_at":"2024-11-14T06:33:36.798Z","updated_at":"2025-04-10T15:44:00.598Z","avatar_url":"https://github.com/settlemint.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"![logo](https://github.com/settlemint/solidity-token-erc721-generative-art/blob/main/OG_Solidity.jpg)\n\n✨ [https://settlemint.com](https://settlemint.com) ✨\n\nBuild your own blockchain usecase with ease.\n\n[![CI status](https://github.com/settlemint/solidity-token-erc721-generative-art/actions/workflows/solidity.yml/badge.svg?event=push\u0026branch=main)](https://github.com/settlemint/solidity-token-erc721-generative-art/actions?query=branch%3Amain) [![License](https://img.shields.io/npm/l/@settlemint/solidity-token-erc721-generative-art)](https://fsl.software) [![npm](https://img.shields.io/npm/dw/@settlemint/solidity-token-erc721-generative-art)](https://www.npmjs.com/package/@settlemint/solidity-token-erc721-generative-art) [![stars](https://img.shields.io/github/stars/settlemint/solidity-token-erc721-generative-art)](https://github.com/settlemint/solidity-token-erc721-generative-art)\n\n[Documentation](https://console.settlemint.com/documentation/) • [Discord](https://discord.com/invite/Mt5yqFrey9) • [NPM](https://www.npmjs.com/package/@settlemint/solidity-token-erc721-generative-art) • [Issues](https://github.com/settlemint/solidity-token-erc721-generative-art/issues)\n\n## Get started\n\nLaunch this smart contract set in SettleMint under the `Smart Contract Sets` section. This will automatically link it to your own blockchain node and make use of the private keys living in the platform.\n\nIf you want to use it separately, bootstrap a new project using\n\n```shell\nforge init my-project --template settlemint/solidity-token-erc721-generative-art\n```\n\nOr if you want to use this set as a dependency of your own,\n\n```shell\nbun install @settlemint/solidity-token-erc721-generative-art\n```\n\n## DX: Foundry \u0026 Hardhat hybrid\n\n**Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.**\n\nFoundry consists of:\n\n- **Forge**: Ethereum testing framework (like Truffle, Hardhat and DappTools).\n- **Cast**: Swiss army knife for interacting with EVM smart contracts, sending transactions and getting chain data.\n- **Anvil**: Local Ethereum node, akin to Ganache, Hardhat Network.\n- **Chisel**: Fast, utilitarian, and verbose solidity REPL.\n\n**Hardhat is a Flexible, Extensible, Fast Ethereum development environment for professionals in typescript**\n\nHardhat consists of:\n\n- **Hardhat Runner**: Hardhat Runner is the main component you interact with when using Hardhat. It's a flexible and extensible task runner that helps you manage and automate the recurring tasks inherent to developing smart contracts and dApps.\n- **Hardhat Ignition**: Declarative deployment system that enables you to deploy your smart contracts without navigating the mechanics of the deployment process.\n- **Hardhat Network**: Declarative deployment system that enables you to deploy your smart contracts without navigating the mechanics of the deployment process.\n\n## Documentation\n\n- Additional documentation can be found in the [docs folder](./docs).\n- [SettleMint Documentation](https://console.settlemint.com/documentation/docs/using-platform/dev-tools/code-studio/smart-contract-sets/deploying-a-contract/)\n- [Foundry Documentation](https://book.getfoundry.sh/)\n- [Hardhat Documentation](https://hardhat.org/hardhat-runner/docs/getting-started)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsettlemint%2Fsolidity-token-erc721-generative-art","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsettlemint%2Fsolidity-token-erc721-generative-art","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsettlemint%2Fsolidity-token-erc721-generative-art/lists"}