Arkeo Protocol - Free Market Blockchain Data Infrastructure
The core implementation of the Arkeo Protocol is built using the Cosmos SDK and Tendermint, and was created with the help of the Ignite CLI.
Clone the repository
git clone https://github.com/arkeonetwork/arkeo.gitCheck our master branch
git checkout masterBuild
make installThis will install arkeod binary to your GOPATH
There multiple ways to run a localnet
This solution uses docker-compose and docker on backend, To setup new localnet use:
make localnetInstall Ignite Cli
curl https://get.ignite.com/cli! | bashignite chain serveInstalling Arkeo Binary
make installRun
./scripts/genesis.shThis starts the chain
Follow below mentioned steps to setup TESTNET
To learn more about Arkeo Protocol, please visit the official Arkeo Documentation