Coin Transfer
If you have reap coins, you can transfer these coins to any other account.
The following command is used to interact with the ReapChain Mainnet in order to facilitate the transaction.
You will need to change the variables in the command:
$MY_ADDRESS - Your address for your account
$RECIPIENT_ADDRESS - The address you want to transfer some coins to
$AMOUNT - The amount of coins you want to transfer and also the denomination (100reap)
$NODE_IP - The IP address for a node in the Mercury TestNet. Currently you can use https://rpc.reapchain.org:443
$CHAIN_ID - The ID for the blockchain. Currently you can use "reapchain_221230-1"
$FEE_AMOUNT - The amount of fees you need to pay in order for a successful transaction. Currently the amount you have to pay is 0.0003reap.
$DIRECTORY - The directory where you stored your keys when you created your account.
An example:
If successful the return messages should be:
Checking Balance
In order to check your balance, you need to execute this command:
You need to replace these variables:
$MY_ADDRESS - Your address for your account
$NODE_IP - The address for a node in the ReapChain Mainnet. Currently you can use https://rpc.reapchain.org:443
$CHAIN_ID - The ID for the blockchain. Currently you can use "reapchain_221230-1"
An example:
If successful, the return message should look like this:
Last updated