{"id":20217340,"url":"https://github.com/settlemint/solidity-token-erc721","last_synced_at":"2025-07-17T06:05:05.005Z","repository":{"id":240963037,"uuid":"771585590","full_name":"settlemint/solidity-token-erc721","owner":"settlemint","description":"The ERC721 token smart contract set","archived":false,"fork":false,"pushed_at":"2025-06-28T19:13:41.000Z","size":1622,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-03T23:34:20.836Z","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,"zenodo":null}},"created_at":"2024-03-13T15:11:57.000Z","updated_at":"2025-06-28T15:54:16.000Z","dependencies_parsed_at":"2025-01-18T08:25:29.083Z","dependency_job_id":"618f99eb-636a-4169-a5a8-317218aaf0e1","html_url":"https://github.com/settlemint/solidity-token-erc721","commit_stats":null,"previous_names":["settlemint/solidity-token-erc721"],"tags_count":55,"template":true,"template_full_name":null,"purl":"pkg:github/settlemint/solidity-token-erc721","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settlemint%2Fsolidity-token-erc721","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settlemint%2Fsolidity-token-erc721/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settlemint%2Fsolidity-token-erc721/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settlemint%2Fsolidity-token-erc721/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/settlemint","download_url":"https://codeload.github.com/settlemint/solidity-token-erc721/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settlemint%2Fsolidity-token-erc721/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265556531,"owners_count":23787589,"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.067Z","updated_at":"2025-07-17T06:05:04.987Z","avatar_url":"https://github.com/settlemint.png","language":"Solidity","readme":"![logo](https://github.com/settlemint/solidity-token-erc721/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/actions/workflows/solidity.yml/badge.svg?event=push\u0026branch=main)](https://github.com/settlemint/solidity-token-erc721/actions?query=branch%3Amain) [![License](https://img.shields.io/npm/l/@settlemint/solidity-token-erc721)](https://fsl.software) [![npm](https://img.shields.io/npm/dw/@settlemint/solidity-token-erc721)](https://www.npmjs.com/package/@settlemint/solidity-token-erc721) [![stars](https://img.shields.io/github/stars/settlemint/solidity-token-erc721)](https://github.com/settlemint/solidity-token-erc721)\n\n[Documentation](https://console.settlemint.com/documentation/) • [Discord](https://discord.com/invite/Mt5yqFrey9) • [NPM](https://www.npmjs.com/package/@settlemint/solidity-token-erc721) • [Issues](https://github.com/settlemint/solidity-token-erc721/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\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\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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsettlemint%2Fsolidity-token-erc721","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsettlemint%2Fsolidity-token-erc721","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsettlemint%2Fsolidity-token-erc721/lists"}