{"id":19563560,"url":"https://github.com/akagi201/subchain","last_synced_at":"2025-06-29T07:37:52.723Z","repository":{"id":74478660,"uuid":"425733626","full_name":"Akagi201/subchain","owner":"Akagi201","description":"A prototype chain based on substrate","archived":false,"fork":false,"pushed_at":"2022-02-07T12:20:41.000Z","size":51865,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-26T09:16:14.604Z","etag":null,"topics":["blockchain","frame","pallets","poe","polkadot","polkadot-js","proof-of-existence","runtime","substrate"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Akagi201.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":"2021-11-08T07:14:03.000Z","updated_at":"2023-02-03T08:59:16.000Z","dependencies_parsed_at":"2023-02-24T06:45:52.187Z","dependency_job_id":null,"html_url":"https://github.com/Akagi201/subchain","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Akagi201/subchain","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akagi201%2Fsubchain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akagi201%2Fsubchain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akagi201%2Fsubchain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akagi201%2Fsubchain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Akagi201","download_url":"https://codeload.github.com/Akagi201/subchain/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akagi201%2Fsubchain/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259571641,"owners_count":22878182,"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":["blockchain","frame","pallets","poe","polkadot","polkadot-js","proof-of-existence","runtime","substrate"],"created_at":"2024-11-11T05:18:17.381Z","updated_at":"2025-06-13T03:02:42.931Z","avatar_url":"https://github.com/Akagi201.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Subchain\n\n## Build\n\n```bash\ncargo build --release\n```\n\n## Run dev chain\n\n```bash\n./target/release/subchain --dev --tmp\n```\n\n## Run subchain_testnet chain\n\n```bash\n./target/release/subchain --chain=subchain_testnet_raw.json\n```\n\nor\n\n```bash\n./target/release/subchain --chain=subchain_testnet\n```\n\n## 发布说明\n\n在平行链上线之前，通过 benchmark 测出每个函数的性能消耗，可以更好的估算链上 gas 费用，\nChainspec 作为创世文件，配置了一条区块链创世区块的状态存储，如通证总量、议会初始成员等等，\n而 runtime 的配置常常与特定 pallet 的业务逻辑相关，比如 staking 中的最小锁定额度，最大验证人数量以及锁定期等等。\n\n以后大家在开发时注意区分，runtime 里的参数配置与 chainspec 的初始状态配置；\n可供参考的方法是：如果某个参数一旦定义不再更改，则可以作为创世状态写在 chainspec 里（如 token 发行总量），未来可能会伴随着 runtime 升级更改，则配置在 runtime 里（如 staking 中的最小锁定额度）；和实际业务结合。\n\n操作参考: \u003chttps://github.com/clubnetwork/exercise6\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakagi201%2Fsubchain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakagi201%2Fsubchain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakagi201%2Fsubchain/lists"}