Skip to content

arkeonetwork/arkeo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arkeo Protocol

Arkeo Protocol - Free Market Blockchain Data Infrastructure

Lint Release Check Test

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.

Software Prerequisites

Build from Source

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

Running Localnet

There multiple ways to run a localnet

Containerized

This solution uses docker-compose and docker on backend, To setup new localnet use:

make localnet

Ignite CLI

Install Ignite Cli

curl https://get.ignite.com/cli! | bash
ignite chain serve

Local

Build Binary

make proto-gen install

Run

./scripts/genesis.sh

This starts the chain

Documentation

To learn more about Arkeo Protocol, please visit the official Arkeo Documentation