-
Notifications
You must be signed in to change notification settings - Fork 15
Mainnet Account & Transfer Tutorial v0.18.13
manikanta472 edited this page Jan 23, 2022
·
1 revision
Before go through the tutorial, make sure you have olfullnode and olclient binary available, otherwise refer to HERE to setup the environment.
If your Fullnode is running in GCP image or Docker, please add sudo
before olclient
in this tutorial.
cd $OLDATA
olclient account add --name "your preferred name for memorisation"
then input the password to protect the account.
olclient list
olclient account delete --address "account address that you want to delete"
then input the password for verification
olclient account get --address "account address that you want to get private/public key"
then input the password for verification
olclient send --party "your address without 0lt prefix" --counterparty "address you want to send token to without 0lt prefix" --amount "100" --fee 0.00000001 --currency OLT
then input the password for verification
olclient balance --address "address you want to check without 0lt prefix"
© OneLedger 2018-2020 Contact Information