Offline wallet solution for mchain.
You can
- Create a new wallet
- Transfer coins
- Deploy a contract
- Execute a contract method
even your PC is offline
Create a new wallet
coldog create -o wallet.json
Transfer coins
coldog transfer -i wallet.json -o tx.json -r RECEIVER_ADDRESS -v 1000
Broadcast (Must be online)
coldog broadcast -i tx.json