-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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 docs on multi-sig wallets (aka roles) #193
Comments
Resolved with #222 |
ParthDesai
pushed a commit
to ChorusOne/cosmos-sdk
that referenced
this issue
Apr 19, 2021
mattverse
referenced
this issue
in mattverse/cosmos-sdk
Apr 20, 2022
refactor: external interfaces for extended vesting account types
Thunnini
pushed a commit
to Thunnini/cosmos-sdk
that referenced
this issue
May 15, 2022
(cherry picked from commit 360ac73) Co-authored-by: Adam Tucker <adamleetucker@outlook.com>
alexanderbez
pushed a commit
that referenced
this issue
May 26, 2022
sbellem
pushed a commit
to initc3/cosmos-sdk
that referenced
this issue
Jan 27, 2023
Amino for x/authz + x/feegrant
mmsqe
added a commit
to mmsqe/cosmos-sdk
that referenced
this issue
Oct 13, 2023
Problem: v0.47.x is outdated
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Basic flow is here:
https://github.com/tendermint/basecoin/blob/unstable/tests/cli/roles.sh
using
basecli tx create_role
,basecli query account role:xyz
, andbasecli send tx
to and from a role.The main usage is to show that apps/modules can hold cash and then control it's movement, much like eth smart contracts. Not user-uploaded, but with a lot of control and flexibility.
The text was updated successfully, but these errors were encountered: