{"id":17279326,"url":"https://github.com/liveduo/sovereign-sdk-starter","last_synced_at":"2025-03-26T14:41:51.500Z","repository":{"id":189743263,"uuid":"681182602","full_name":"LiveDuo/sovereign-sdk-starter","owner":"LiveDuo","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-22T14:38:17.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T15:49:56.765Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LiveDuo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-08-21T12:58:49.000Z","updated_at":"2023-08-21T12:59:01.000Z","dependencies_parsed_at":"2024-12-04T16:34:11.638Z","dependency_job_id":"ebf93b8c-f7b3-4f1e-b60c-4ea6b418aef1","html_url":"https://github.com/LiveDuo/sovereign-sdk-starter","commit_stats":null,"previous_names":["liveduo/sovereign-sdk-starter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiveDuo%2Fsovereign-sdk-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiveDuo%2Fsovereign-sdk-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiveDuo%2Fsovereign-sdk-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiveDuo%2Fsovereign-sdk-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LiveDuo","download_url":"https://codeload.github.com/LiveDuo/sovereign-sdk-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245672861,"owners_count":20653825,"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":[],"created_at":"2024-10-15T09:16:54.426Z","updated_at":"2025-03-26T14:41:51.477Z","avatar_url":"https://github.com/LiveDuo.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\n### Transaction\n\n```sh\n### submit tx\ncargo run --bin demo-cli submit-transaction keys/deployer.json DemoModule \"{ \\\"UpdateName\\\": { \\\"name\\\": \\\"gm\\\" } }\" 0 http://127.0.0.1:12345\ncargo run --bin demo-cli publish-batch http://127.0.0.1:12345\n\n### query data\ncurl -X POST -H \"Content-Type: application/json\" -d '{\"jsonrpc\":\"2.0\",\"method\":\"demo_module_getName\",\"params\":[],\"id\":1}' http://127.0.0.1:12345\n```\n\n\u003cdetails\u003e\n\u003csummary\u003eSubmitting a transaction manually\u003c/summary\u003e\n\n```sh\n\n### create batch\ncargo run --bin demo-cli generate-transaction-from-json keys/deployer.json DemoModule \"{ \\\"UpdateName\\\": { \\\"name\\\": \\\"gm\\\" } }\" 0 \u003e /tmp/update_name_tx.dat\ncargo run --bin demo-cli make-batch /tmp/update_name_tx.dat \u003e /tmp/test_blob_tx.dat\n\n### submit batch\ncargo run --bin demo-cli util print-namespace ### get namespace\ndocker exec sov-celestia-local celestia-appd tx blob PayForBlobs ${NAMESPACE} $(cat /tmp/test_blob_tx.dat | tr -d '\\n') --from validator --chain-id=test --fees=300utia -y\n```\n\u003c/details\u003e\n\n\n### Setup\n\n```sh\n\n### start celestia\nIMAGE_NAME=dubbelosix/sov-celestia-local:genesis-v0.7.1\ndocker run -d --name sov-celestia-local --platform linux/amd64 -p 26657:26657 -p 26659:26659 -p 26658:26658 ${IMAGE_NAME} # start new\ndocker start sov-celestia-local # resume existing\n\n### fund validator\ndocker exec sov-celestia-local celestia-appd keys show validator # show wallets\ndocker exec sov-celestia-local celestia-appd keys add validator # create new wallet\ndocker exec sov-celestia-local celestia-appd tx bank send validator ${VALIDATOR_ADDRESS} 10000000utia --fees=300utia -y # fund address\n\n### update config\ndocker exec sov-celestia-local /celestia bridge auth admin --node.store /bridge ### get auth token\nsed -i '' 's/^\\(celestia_rpc_auth_token = \\)\"[^\"]*\"/\\1\"${AUTH_TOKEN}\"/' node_config.toml\n\n### Run rollup\ncargo run --bin demo-cli util create-private-key keys/deployer.json\ncargo run --bin demo-rollup\n\n### cleanup\ndocker stop sov-celestia-local # stop\ndocker rm sov-celestia-local # remove\nrm -rf \"../../data\" # clean rollup\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliveduo%2Fsovereign-sdk-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliveduo%2Fsovereign-sdk-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliveduo%2Fsovereign-sdk-starter/lists"}