Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hychen/frame-multi
frame multi sig
https://github.com/hychen/frame-multi
Last synced: about 1 month ago
JSON representation
frame multi sig
- Host: GitHub
- URL: https://github.com/hychen/frame-multi
- Owner: hychen
- License: unlicense
- Created: 2020-11-02T08:12:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T22:47:51.000Z (about 2 years ago)
- Last Synced: 2023-04-12T15:22:00.322Z (almost 2 years ago)
- Language: JavaScript
- Size: 4.32 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## FRAME Multisig
### Proof that the UI component works
![](./proofs/1_fontend_multisig_call.png)### Proof that the embedded Multisig pallet works
Create multisig wallet
![](./proofs/1_create_multisig_wallet.png)Deposit to the multisig wallet
![](./proofs/2_deposit_multisig_wallet.png)![](./proofs/3_deposit_multisig_wallet_success.png)
Create multigis transfer
![](./proofs/4_create_multisig_transfer.png)Alice signs
![](./proofs/5_alice_signed.png)Bob signs
![](./proofs/6_bob_signed.png)![](./proofs/7_transfer_authorized.png)
Multisig transfer is succeeded
![](./proofs/8_multisig_transfer_succeeded.png)
Event
![](./proofs/multisig_event.png)