CLI
How to install & interact with MAYACli.
Install (Mac)
Prerequisites
GoLang
# Set PATH
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export GOBIN=$GOPATH/bin
export PATH=$PATH:$GOROOT:$GOPATH:$GOBINProtobuf
# Install Protobuf
brew install protobuf
brew install protoc-gen-go
go install google.golang.org/protobuf/cmd/protoc-gen-go@latestellinaGNU Utils
Docker
MAYANode
Commands
Popular Commands
Add new account
Add existing account (via mnemonic)
List all accounts
Send Transaction
Create Transaction
Sign Transaction
Broadcast Transaction
Last updated
Was this helpful?