{"id":20217314,"url":"https://github.com/settlemint/solidity-token-soulbound","last_synced_at":"2025-07-25T22:07:22.918Z","repository":{"id":240956974,"uuid":"784112709","full_name":"settlemint/solidity-token-soulbound","owner":"settlemint","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-22T05:10:24.000Z","size":1697,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-22T07:34:11.435Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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-04-09T07:59:17.000Z","updated_at":"2025-07-21T21:20:10.000Z","dependencies_parsed_at":"2024-07-12T07:45:23.196Z","dependency_job_id":"cedd48ec-88fb-4141-b55f-3d0771136a81","html_url":"https://github.com/settlemint/solidity-token-soulbound","commit_stats":null,"previous_names":["settlemint/solidity-token-soulbound"],"tags_count":55,"template":true,"template_full_name":null,"purl":"pkg:github/settlemint/solidity-token-soulbound","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settlemint%2Fsolidity-token-soulbound","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settlemint%2Fsolidity-token-soulbound/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settlemint%2Fsolidity-token-soulbound/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settlemint%2Fsolidity-token-soulbound/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/settlemint","download_url":"https://codeload.github.com/settlemint/solidity-token-soulbound/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settlemint%2Fsolidity-token-soulbound/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267070318,"owners_count":24030970,"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-07-25T02:00:09.625Z","response_time":70,"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-11-14T06:33:21.777Z","updated_at":"2025-07-25T22:07:22.865Z","avatar_url":"https://github.com/settlemint.png","language":"Solidity","readme":"![logo](https://github.com/settlemint/solidity-token-soulbound/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-soulbound/actions/workflows/solidity.yml/badge.svg?event=push\u0026branch=main)](https://github.com/settlemint/solidity-token-soulbound/actions?query=branch%3Amain) [![License](https://img.shields.io/npm/l/@settlemint/solidity-token-soulbound)](https://fsl.software) [![npm](https://img.shields.io/npm/dw/@settlemint/solidity-token-soulbound)](https://www.npmjs.com/package/@settlemint/solidity-token-soulbound) [![stars](https://img.shields.io/github/stars/settlemint/solidity-token-soulbound)](https://github.com/settlemint/solidity-token-soulbound)\n\n[Documentation](https://console.settlemint.com/documentation/) • [Discord](https://discord.com/invite/Mt5yqFrey9) • [NPM](https://www.npmjs.com/package/@settlemint/solidity-token-soulbound) • [Issues](https://github.com/settlemint/solidity-token-soulbound/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-soulbound\n```\n\nOr if you want to use this set as a dependency of your own,\n\n```shell\nbun install @settlemint/solidity-token-soulbound\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-soulbound","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsettlemint%2Fsolidity-token-soulbound","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsettlemint%2Fsolidity-token-soulbound/lists"}