{"id":13465930,"url":"https://github.com/ChecksFinance/soul-moment","last_synced_at":"2025-03-25T21:30:49.205Z","repository":{"id":57698158,"uuid":"500046496","full_name":"ChecksFinance/soul-moment","owner":"ChecksFinance","description":"An attempt to provide an implementation of SBT in Cairo lang.","archived":false,"fork":false,"pushed_at":"2022-06-11T15:55:08.000Z","size":22,"stargazers_count":37,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-09-18T04:18:08.721Z","etag":null,"topics":["cairo","python","sbt","solidity","starknet"],"latest_commit_sha":null,"homepage":"","language":"Cairo","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChecksFinance.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}},"created_at":"2022-06-05T08:55:55.000Z","updated_at":"2024-08-21T16:48:35.000Z","dependencies_parsed_at":"2022-08-25T11:11:03.916Z","dependency_job_id":null,"html_url":"https://github.com/ChecksFinance/soul-moment","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChecksFinance%2Fsoul-moment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChecksFinance%2Fsoul-moment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChecksFinance%2Fsoul-moment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChecksFinance%2Fsoul-moment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChecksFinance","download_url":"https://codeload.github.com/ChecksFinance/soul-moment/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222091665,"owners_count":16929677,"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":["cairo","python","sbt","solidity","starknet"],"created_at":"2024-07-31T15:00:37.034Z","updated_at":"2024-10-29T18:30:23.265Z","avatar_url":"https://github.com/ChecksFinance.png","language":"Cairo","funding_links":[],"categories":["Cairo","Awesome Soulbound Tokens(SBTs) [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)"],"sub_categories":["Developer"],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://twitter.com/checksfinance\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/98661153?s=200\u0026v=4\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003ch2 align=\"center\"\u003e\n  Soul Moment\n\u003c/h2\u003e\n\u003cp align=\"center\"\u003e\n  An attempt to provide an implementation of SBT(Soul-bound token) in Cairo lang.\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  Brought to you by \u003ca href=\"https://twitter.com/checksfinance\"\u003e@ChecksFinance\u003c/a\u003e.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/ChecksFinance/soul-moment/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-green.svg\" alt=\"mit license\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nThis module is implemented on StarkNet in Cairo language. Using this module requires that you have a basic understanding of the Cairo language and python.\n\n## Concepts\n\nOne of the most important concepts of SBT is non-transferable and verifiable split property rights. This basic logic is explored in a very simple way by implementing the issuance and verification of SBTs on L2's abstract account contracts.\n\n### Use this module in your project\n\n```bash\npip install git+https://github.com/ChecksFinance/soul-moment.git\n```\n\nThen\n\n```python\nfrom soulmoment.library import SoulMoment\n```\n\nyou can find demo contracts in `./src/account` and `./src/soulmoment`\n\n### Set up the project\n\n#### Create a Python virtual environment\n\n```bash\npython -m venv env\nsource env/bin/activate\n```\n\n#### 📦 Install the requirements\n\n```bash\npip install -r requirements.txt\n```\n\n**Notice**: this project use the latest version of OpenZeppelin contract for Cairo instead of the stable release of it.\n\n### ⛏️ Compile\n\n```bash\nnile compile --directory src\nnile compile src/soulmoment/account/SoulAccount.cairo --account_contract\n```\n\n### 🌡️ Test\n\n```bash\n# Run all tests\npytest tests\n```\n\n## 📄 License\n\n**soul-moment** is released under the [MIT](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FChecksFinance%2Fsoul-moment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FChecksFinance%2Fsoul-moment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FChecksFinance%2Fsoul-moment/lists"}