{"id":13620783,"url":"https://github.com/solidstate-network/solidstate-solidity","last_synced_at":"2025-05-15T16:04:05.167Z","repository":{"id":37609046,"uuid":"302217459","full_name":"solidstate-network/solidstate-solidity","owner":"solidstate-network","description":"💠 Upgradeable-first Solidity smart contract development library 💠","archived":false,"fork":false,"pushed_at":"2025-05-07T03:08:48.000Z","size":6044,"stargazers_count":452,"open_issues_count":28,"forks_count":93,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-05-07T04:21:19.477Z","etag":null,"topics":["buidler","crypto","cryptocurrency","eth","ether","ethereum","hardhat","library","smart-contracts","solidity","wow"],"latest_commit_sha":null,"homepage":"https://discord.gg/BnvwfM6bRe","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/solidstate-network.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null}},"created_at":"2020-10-08T03:01:01.000Z","updated_at":"2025-05-07T03:08:51.000Z","dependencies_parsed_at":"2024-02-28T15:55:10.987Z","dependency_job_id":"1bd15f48-1e61-4646-8f3a-24e620c933be","html_url":"https://github.com/solidstate-network/solidstate-solidity","commit_stats":{"total_commits":1411,"total_committers":18,"mean_commits":78.38888888888889,"dds":0.1842664776754075,"last_synced_commit":"530c10a0e09b7a113c539aacb075a6a5d91cd045"},"previous_names":[],"tags_count":61,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidstate-network%2Fsolidstate-solidity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidstate-network%2Fsolidstate-solidity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidstate-network%2Fsolidstate-solidity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidstate-network%2Fsolidstate-solidity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solidstate-network","download_url":"https://codeload.github.com/solidstate-network/solidstate-solidity/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254374403,"owners_count":22060609,"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":["buidler","crypto","cryptocurrency","eth","ether","ethereum","hardhat","library","smart-contracts","solidity","wow"],"created_at":"2024-08-01T21:00:59.428Z","updated_at":"2025-05-15T16:04:05.161Z","avatar_url":"https://github.com/solidstate-network.png","language":"TypeScript","readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eSolidstate Solidity\u003c/h1\u003e\n  \u003cbr/\u003e\n  \u003cimg width=240 src=\"./assets/solidstate_mark.png\" alt=\"solidstate logo\"/\u003e\n  \u003ch5 align=\"center\"\u003eThe Solidstate smart contract development library.\u003c/h5\u003e\n  \u003cbr/\u003e\n  \u003cimg src=\"https://img.shields.io/npm/v/@solidstate/contracts?color=FDF685\u0026style=flat-square\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/stars/solidstate-network/solidstate-solidity?color=FDF685\u0026style=flat-square\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/contributors/solidstate-network/solidstate-solidity?color=FDF685\u0026style=flat-square\" /\u003e\n  \u003cimg src=\"https://img.shields.io/npm/dy/@solidstate/contracts?color=FDF685\u0026style=flat-square\" /\u003e\n  \u003cbr/\u003e\n  \u003cbr/\u003e\n\u003c/div\u003e\n\n## Packages\n\nSolidstate is an upgradeable-first Solidity smart contract development library.\n\nIt consists of the following packages:\n\n| package                 | description                                                                           | 📕                          |\n| ----------------------- | ------------------------------------------------------------------------------------- | --------------------------- |\n| `@solidstate/abi`       | contract ABIs                                                                         | [📖](./abi/README.md)       |\n| `@solidstate/contracts` | core contracts                                                                        | [📖](./contracts/README.md) |\n| `@solidstate/library`   | functions for interacting with and validating contracts                               | [📖](./lib/README.md)       |\n| `@solidstate/spec`      | portable tests which may be run against third-party implementations of core contracts | [📖](./spec/README.md)      |\n\n## Development\n\nInstall dependencies via Yarn:\n\n```bash\nyarn install\n```\n\nSetup Husky to format code on commit:\n\n```bash\nyarn prepare\n```\n\nCompile contracts via Hardhat:\n\n```bash\nyarn run hardhat compile\n```\n\n### Testing\n\nTest contracts with Hardhat and generate gas report using `hardhat-gas-reporter`:\n\n```bash\nyarn run hardhat test\n```\n\nGenerate a code coverage report using `solidity-coverage`:\n\n```bash\nyarn run hardhat coverage\n```\n\n### Publication\n\nPublish packages via Lerna:\n\n```bash\nyarn lerna-publish\n```\n","funding_links":[],"categories":["Libraries"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolidstate-network%2Fsolidstate-solidity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolidstate-network%2Fsolidstate-solidity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolidstate-network%2Fsolidstate-solidity/lists"}