cosmos-multisig-ui
Create multisigs and multisig transactions on Cosmos chains
File Explorer
Download Latest Version (.zip)- ci.yml
- ChainDigest.tsx
- ChainItem.tsx
- ChainsGroup.tsx
- ChooseChain.tsx
- ConfirmConnection.tsx
- CustomChainForm.tsx
- DialogButton.tsx
- index.tsx
- TabButton.tsx
- ButtonConnectWallet.tsx
- index.tsx
- index.tsx
- index.tsx
- TxMsgBeginRedelegateDetails.tsx
- TxMsgCreateVestingAccountDetails.tsx
- TxMsgDelegateDetails.tsx
- TxMsgExecuteContractDetails.tsx
- TxMsgFundCommunityPoolDetails.tsx
- TxMsgInstantiateContract2Details.tsx
- TxMsgInstantiateContractDetails.tsx
- TxMsgMigrateContractDetails.tsx
- TxMsgSendDetails.tsx
- TxMsgSetWithdrawAddressDetails.tsx
- TxMsgTransferDetails.tsx
- TxMsgUndelegateDetails.tsx
- TxMsgUpdateAdminDetails.tsx
- TxMsgVoteDetails.tsx
- TxMsgWithdrawDelegatorRewardDetails.tsx
- BalancesTable.tsx
- CompletedTransaction.tsx
- CopyAndPaste.tsx
- HashView.tsx
- ListMultisigTxs.tsx
- ListUserMultisigs.tsx
- MultisigHoldings.tsx
- MultisigMembers.tsx
- ThresholdInfo.tsx
- ConfirmCreateMultisig.tsx
- formSchema.ts
- index.tsx
- MemberFormField.tsx
- FieldAddress.tsx
- FieldAmount.tsx
- FieldBoolean.tsx
- FieldCommission.tsx
- FieldDescription.tsx
- FieldNumber.tsx
- FieldString.tsx
- FieldTimeoutHeight.tsx
- FieldVoteOption.tsx
- index.ts
- types.ts
- index.tsx
- index.tsx
- MsgBeginRedelegateForm.tsx
- MsgCreateVestingAccountForm.tsx
- MsgDelegateForm.tsx
- MsgExecuteContractForm.tsx
- MsgFundCommunityPoolForm.tsx
- MsgInstantiateContract2Form.tsx
- MsgInstantiateContractForm.tsx
- MsgMigrateContractForm.tsx
- MsgSendForm.tsx
- MsgSetWithdrawAddressForm.tsx
- MsgTransferForm.tsx
- MsgUndelegateForm.tsx
- MsgUpdateAdminForm.tsx
- MsgVoteForm.tsx
- MsgWithdrawDelegatorRewardForm.tsx
- index.tsx
- FindMultisigForm.tsx
- TransactionSigning.tsx
- Gear.tsx
- Button.tsx
- ButtonWithConfirm.tsx
- Input.tsx
- JsonEditor.tsx
- Select.tsx
- ThresholdInput.tsx
- Page.tsx
- StackableContainer.tsx
- accordion.tsx
- alert-dialog.tsx
- alert.tsx
- aspect-ratio.tsx
- avatar.tsx
- badge.tsx
- breadcrumb.tsx
- button.tsx
- calendar.tsx
- card.tsx
- checkbox.tsx
- collapsible.tsx
- command.tsx
- context-menu.tsx
- dialog.tsx
- dropdown-menu.tsx
- form.tsx
- hover-card.tsx
- input.tsx
- label.tsx
- menubar.tsx
- navigation-menu.tsx
- popover.tsx
- progress.tsx
- radio-group.tsx
- scroll-area.tsx
- select.tsx
- separator.tsx
- sheet.tsx
- skeleton.tsx
- slider.tsx
- sonner.tsx
- switch.tsx
- table.tsx
- tabs.tsx
- textarea.tsx
- toggle.tsx
- tooltip.tsx
- BadgeWithCopy.tsx
- GeneralNews.tsx
- head.tsx
- Header.tsx
- SelectValidator.tsx
- Spinner.tsx
- helpers.tsx
- index.tsx
- service.tsx
- storage.tsx
- types.tsx
- index.tsx
- App User Guide.md
- index.ts
- multisig.ts
- nonce.ts
- signature.ts
- transaction.ts
- api.ts
- chainRegistry.ts
- coinHelpers.spec.ts
- coinHelpers.ts
- dateHelpers.ts
- displayHelpers.spec.ts
- displayHelpers.ts
- errorHelpers.ts
- form.ts
- gov.ts
- keplr.ts
- msg.ts
- multisigHelpers.ts
- promises.ts
- request.ts
- staking.ts
- txMsgHelpers.ts
- utils.ts
- [transactionID].tsx
- new.tsx
- index.tsx
- account.tsx
- create.tsx
- index.tsx
- index.ts
- index.ts
- index.ts
- index.tsx
- index.ts
- signature.ts
- index.ts
- index.ts
- _app.tsx
- index.tsx
- keplr.svg
- ledger.svg
- globals.css
- chainRegistry.ts
- cosmjs-types.ts
- signing.ts
- txMsg.ts
- window.d.ts
- .editorconfig
- .env.sample
- .env.test.sample
- .gitignore
- .prettierignore
- .prettierrc.json
- components.json
- db-schema.graphql
- eslint.config.mjs
- jest.config.mjs
- LICENSE.md
- next-env.d.ts
- next.config.js
- package-lock.json
- package.json
- postcss.config.js
- README.md
- tailwind.config.js
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/cosmos/cosmos-multisig-ui
Downloads the entire project code from GitHub to your computer.
cd cosmos-multisig-ui
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
