{"id":13430149,"url":"https://github.com/starcoinorg/starcoin-framework","last_synced_at":"2026-02-03T23:02:46.299Z","repository":{"id":37886060,"uuid":"463503429","full_name":"starcoinorg/starcoin-framework","owner":"starcoinorg","description":"The Starcoin Move framework","archived":false,"fork":false,"pushed_at":"2025-12-27T12:33:03.000Z","size":7050,"stargazers_count":49,"open_issues_count":28,"forks_count":27,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-12-29T07:22:50.669Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Move","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/starcoinorg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-02-25T11:13:16.000Z","updated_at":"2025-08-18T07:40:27.000Z","dependencies_parsed_at":"2024-03-18T08:34:17.450Z","dependency_job_id":"1a5696f6-2cdf-4390-ac8b-a645eacfea91","html_url":"https://github.com/starcoinorg/starcoin-framework","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/starcoinorg/starcoin-framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starcoinorg%2Fstarcoin-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starcoinorg%2Fstarcoin-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starcoinorg%2Fstarcoin-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starcoinorg%2Fstarcoin-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/starcoinorg","download_url":"https://codeload.github.com/starcoinorg/starcoin-framework/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starcoinorg%2Fstarcoin-framework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29060635,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T22:28:58.191Z","status":"ssl_error","status_checked_at":"2026-02-03T22:28:56.515Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-07-31T02:00:50.464Z","updated_at":"2026-02-03T23:02:46.284Z","avatar_url":"https://github.com/starcoinorg.png","language":"Move","funding_links":[],"categories":["Code","**6\\. Detailed Data Tables of Financial Projects**"],"sub_categories":["Frameworks","**Table 3: Emerging Chains \u0026 Infrastructure**"],"readme":"# Starcoin Move framework\n\n## Network Deploy status\n\n- halley: latest\n- proxima: v11\n- barnard: v11\n- main: v11\n\n## Documents\n\n- [latest](./build/StarcoinFramework/docs)\n- [v11](./release/v11/docs)\n\n## Usage\n\nAdd `address` and `dependency` to the project's Move.toml\n\n```\n[addresses]\nStarcoinFramework = \"0x1\"\n\n[dependencies]\nStarcoinFramework = {git = \"https://github.com/starcoinorg/starcoin-framework.git\", rev=\"cf1deda180af40a8b3e26c0c7b548c4c290cd7e7\"}\n```\n\n* v11 git version: cf1deda180af40a8b3e26c0c7b548c4c290cd7e7\n\n## Build and Test\n\nSetup dev environment:\n\n```bash\nbash scripts/dev_setup.sh -t -y\n```\n\nBuild:\n\n```shell\nmpm package build \n```\n\nRun unit test:\n\n```shell\nmpm package test\n```\n\nRun move prove\n\n```shell\nmpm package prove\n```\n\nRun integration test:\n\n```shell\nmpm integration-test\n```\n\n## Contributing\n\nFirst off, thanks for taking the time to contribute! Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are **greatly appreciated**.\n\nContributions in the following are welcome:\n\n1. Report a bug.\n2. Submit a feature request.\n3. Implement feature or fix bug.\n\n### How to add new module to starcoin-framework:\n\n1. Add New Move module to `sources` dir, such as `MyModule.move`.\n2. Write Move code and add unit test in the module file.\n3. Add an integration test to [integration-tests](./integration-tests) dir, such as: `test_my_module.move`.\n4. Run the integration test `mpm integration-test test_my_module.move `.\n5. Run script `./script/build.sh` for build and generate documents.\n6. Commit the changes and create a pull request.\n\nIf you are not sure that the module belongs to starcoin-framework, please submit it to [move-funs](https://github.com/movefuns/movefuns) first.\n\nYou can view our [Code of Conduct](./CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarcoinorg%2Fstarcoin-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarcoinorg%2Fstarcoin-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarcoinorg%2Fstarcoin-framework/lists"}