Skip to content

radianceteam/multisig24

Repository files navigation

multisig24

MultiSignature wallet with 24h for signing

Multisignature wallet is a crypto wallet on the blockchain, which supports multiple owners (custodians), who are authorized to manage the wallet.

For easy manage smartcontract you can use TONDev

1. Use for build

TONDev Version: 0.10.5

Solidity compiler 
Component  Version   
---------  --------  
compiler   0.52.0    
linker     0.13.103  
stdlib     0.52.0  

2. Compile

tondev sol compile SafeMultisigWallet24.sol

3. Create seed phrases and public keys for all custodians

6. Check contract address and charge it from any wallet

tondev contract info SafeMultisigWallet24.abi.json

7. Deploy contract to blockchain

tondev contract deploy SafeMultisigWallet24.abi.json

8. Read your contract info from blockchain

tondev contract run-local SafeMultisigWallet24.abi.json

9. Manage your contract on-chain

tondev contract run SafeMultisigWallet24.abi.json

About

MultiSignature wallet with 24h for signing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published