{"id":21888144,"url":"https://github.com/chorusone/cosmos-multisig-tool","last_synced_at":"2025-03-22T02:23:14.454Z","repository":{"id":262216379,"uuid":"884119270","full_name":"ChorusOne/cosmos-multisig-tool","owner":"ChorusOne","description":"Multisig Tool for Cosmos Rebate Payments","archived":false,"fork":false,"pushed_at":"2025-03-09T22:07:10.000Z","size":1872,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-09T23:18:44.583Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/ChorusOne.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}},"created_at":"2024-11-06T07:13:26.000Z","updated_at":"2025-03-09T22:07:15.000Z","dependencies_parsed_at":"2024-11-11T08:37:47.042Z","dependency_job_id":"bbb2bca0-4826-4535-aded-aa0eec0984c8","html_url":"https://github.com/ChorusOne/cosmos-multisig-tool","commit_stats":null,"previous_names":["chorusone/cosmos-multisig-tool"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChorusOne%2Fcosmos-multisig-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChorusOne%2Fcosmos-multisig-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChorusOne%2Fcosmos-multisig-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChorusOne%2Fcosmos-multisig-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChorusOne","download_url":"https://codeload.github.com/ChorusOne/cosmos-multisig-tool/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244895315,"owners_count":20527866,"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-11-28T11:14:21.761Z","updated_at":"2025-03-22T02:23:14.428Z","avatar_url":"https://github.com/ChorusOne.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cosmoshub Multisig Tool\n\nForked from [cosmos/cosmos-multisig-ui](https://github.com/cosmos/cosmos-multisig-ui).\nAdds functionality to auto-generate transactions from a CSV file.\n\n## Setup and Run\n\n```bash\n# Run dgraph standalone docker image\n$ docker run --rm -it -p \"8080:8080\" -p \"9080:9080\" -p \"8000:8000\" -v ~/dgraph:/dgraph \"dgraph/standalone:v21.03.2\"\n\n# Run migrations\n$ curl -X POST localhost:8080/admin/schema --data-binary '@db-schema.graphql'\n\n# Create .env.local file\n$ cp .env.sample .env.local\n\n# Install Node packages\n# Node version: v18.20.3\n$ npm i\n\n# Start the web application\n$ npm run  dev\n\n# Vist http://localhost:3000 to access the multisig manager UI.\n# Here you can create new multisigs and manage existing ones.\n# This UI also allows you manually create multisig transactions.\n\n# To automate transaction creation, we use the cosmosig CLI tool.\n\n# Generate transactions programmatically by providing a CSV file\n# containing the payout information. The CSV file must have columns\n# as the superset of the columns present in payout.sample.csv.\n$ ./cosmosig/cli/cosmosig.py payout new payout.sample.csv\n\n# View the generated transactions\n# Note the ID of the transaction which you'd like to start from\n# the output of this command.\n$ ./cosmosig/cli/cosmosig.py payout status\n\n# Start a transaction\n$ ./cosmosig/cli/cosmosig.py transaction start \u003ctx-id\u003e\n# The output of this command will contain a link to the UI\n# with the desired trasaction generated and ready to be signed\n# by multiple parties.\n\n# Note: at any given time, we can only have a single transaction in \n# progress. This means we cannot start manother transaction\n# simultaneously without completing the already started transaction.\n# This is done to avoid `sequenceNumber` conflicts between transactions.\n\n# Once a transaction has been signed by all the required parties\n# and ultimately broadcasted, we need to mark it as complete for\n# the cosmosig tool. Note that we don't need to provide any ID, because\n# there can be only be at most 1 transaction in progress.\n$ ./cosmosig/cli/cosmosig.py transaction complete\n\n# Repeat the `transaction start` and `transaction complete` steps for all\n# the remaning transactions in the payout.\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchorusone%2Fcosmos-multisig-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchorusone%2Fcosmos-multisig-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchorusone%2Fcosmos-multisig-tool/lists"}