Using CLI
Trying out Velo protocol with CLI
Last updated
Was this helpful?
Trying out Velo protocol with CLI
Last updated
Was this helpful?
Was this helpful?
If you have completed the complete walkthrough section then you will not need to do any set up here. If not, please follow the instruction in complete walkthrough
Aside from commands to do with stable credits, we have additional commands for account operations.
gvel account create
This command creates an account on Evrynet Testnet, fund the created account with 10,000 XLM and stores the credentials in local storage that was set up using gvel init
.
gvel account import
Import an existing account to gvel. The account should already exists in Evrynet Testnet chain. The account is added to gvel locally. The command will ask for your secret key.
gvel account default
Set an account in gvel as a default account for executing other commands. The account is added using public key.
gvel account list
List all accounts in local storage. This command shows all accounts regardless whether they are added via creation or import. Only the public keys are shown.
gvel account export
Output account public and private key pair to the command line. In order to do so, you will be asked to input your passphrase to decrypt the key pair.