{"id":13820615,"url":"https://github.com/etherspot/etherspot-contracts","last_synced_at":"2025-10-11T11:17:54.687Z","repository":{"id":37089893,"uuid":"249177563","full_name":"etherspot/etherspot-contracts","owner":"etherspot","description":"Etherspot Solidity contracts","archived":false,"fork":false,"pushed_at":"2024-04-04T09:19:35.000Z","size":14081,"stargazers_count":86,"open_issues_count":11,"forks_count":13,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-07-03T22:03:16.314Z","etag":null,"topics":["backend","etherspot","smart-contracts","solidity"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/etherspot.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}},"created_at":"2020-03-22T12:22:43.000Z","updated_at":"2025-03-04T14:54:18.000Z","dependencies_parsed_at":"2023-02-18T09:30:59.639Z","dependency_job_id":"90dfe8e9-c5e6-45d9-a6e2-f3f4ce704df9","html_url":"https://github.com/etherspot/etherspot-contracts","commit_stats":{"total_commits":170,"total_committers":13,"mean_commits":"13.076923076923077","dds":0.3764705882352941,"last_synced_commit":"106024957cbaacb240d71a2ecb950ba830fbf739"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/etherspot/etherspot-contracts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etherspot%2Fetherspot-contracts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etherspot%2Fetherspot-contracts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etherspot%2Fetherspot-contracts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etherspot%2Fetherspot-contracts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/etherspot","download_url":"https://codeload.github.com/etherspot/etherspot-contracts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etherspot%2Fetherspot-contracts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263410760,"owners_count":23462295,"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":["backend","etherspot","smart-contracts","solidity"],"created_at":"2024-08-04T08:01:06.050Z","updated_at":"2025-10-11T11:17:49.656Z","avatar_url":"https://github.com/etherspot.png","language":"TypeScript","funding_links":[],"categories":["Contracts"],"sub_categories":["Flutter SDK / Libraries"],"readme":"# Etherspot Solidity contracts\n\n[![NPM version][npm-image]][npm-url]\n\n## Installation\n\n```bash\n$ npm i @etherspot/contracts -S\n```\n\n## Usage\n\n### Javascript\n\n```javascript\nimport {\n  ContractNames, \n  getContractAbi, \n  getContractAddress,\n  getContractByteCode, \n} from '@etherspot/contracts'; \n\nconsole.log(\n  'PersonalAccountRegistry mainnet address:', \n  getContractAddress(ContractNames.PersonalAccountRegistry),\n);\n\nconsole.log(\n  'PersonalAccountRegistry görli address:', \n  getContractAddress(ContractNames.PersonalAccountRegistry, '5'),\n);\n\nconsole.log(\n  'ERC20Token abi:', \n  getContractAbi(ContractNames.ERC20Token),\n);\n\nconsole.log(\n  'Account byte code:',\n  getContractByteCode(ContractNames.Account),\n);\n```\n\n### Solidity\n\n```solidity\n// SPDX-License-Identifier: MIT\npragma solidity ^0.6.12;\n\nimport \"@etherspot/contracts/src/gateway/GatewayRecipient.sol\";\n\n// ...\n```\n\n## License\n\nMIT\n\n[npm-image]: https://badge.fury.io/js/%40etherspot%2Fcontracts.svg\n[npm-url]: https://npmjs.org/package/@etherspot/contracts\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetherspot%2Fetherspot-contracts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fetherspot%2Fetherspot-contracts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetherspot%2Fetherspot-contracts/lists"}