through MAYANode cli
How to create a MAYAChain address through MAYANode cli
Create Maya address and mnemonic
Install
go 1.20+.
Clone the Maya repository.
Install docker.
Install protobuf
$ git clone https://gitlab.com/mayachain/mayanode
Change to the mainnet branch
$ git checkout mainnet
Build the binary
$ TAG=mainnet make build && TAG=mainnet make install
To add a mnemonic that you already own
Youβre done! It should look as follows:
Last updated