Sending money
A simple tutorial on how to set up and interact with Mel wallets.
Setup and installation
Create wallets for Alice and Bob
melwallet-cli --wallet-path ./alice.json create --network testnet
melwallet-cli --wallet-path ./bob.json create --network testnetFund Alice's wallet
melwallet-cli --wallet-path ./alice.json send-faucet --waitSend some money to Bob
melwallet-cli --wallet-path ./bob.json summaryFurther reading
Last updated