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.git
Check our master
branch
git checkout master
Build
make install
This 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 localnet
Install Ignite Cli
curl https://get.ignite.com/cli! | bash
ignite chain serve
Build Binary
make proto-gen install
Run
./scripts/genesis.sh
This starts the chain
Follow below mentioned steps to setup TESTNET
To learn more about Arkeo Protocol
, please visit the official Arkeo Documentation