-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for create-vesting-account #49
Comments
This relates to #29, cosmos/cosmjs#1074 and cosmos/cosmjs#1083. Basically I don't see a way to import arbitrary JSON messages as this JSON is not standardized but specific to the Go implementation. This means you need to add support for messages one by one. cosmos/cosmjs#1074 is a blocker for sure. Are there other relevant message types? Then the question is how to compose the message. If we create a dedicates UI for the message type, no JSON import is needed. If the accounts should be generated from Go CLI (e.g. gaiad), we need an impoter like cosmos/cosmjs#1083. |
Blocked by cosmos/cosmjs#1115 |
Sorry for the delay here @webmaster128 . We don't have one yet afaik, but Cosmos Hub will launch a devnet end of august / early september and will update the longer running testnet end of september. |
Would be cool if there was an option to create a vesting account. A few things to consider:
create-vesting-account
TxThis is primarily aimed at funding organisations like the ICF.
If you'd like you can experiment with this on CLI on the Theta testnet using 'gaiad tx vesting create-vesting-account [receiving address] [amount] [unix epoch time] --chain-id theta-testnet-001 --node http://rpc.sentry-01.theta-testnet.polypore.xyz:26657 --from [sending key] --delayed`. Please ping me if you need testnet tokens.
The text was updated successfully, but these errors were encountered: