services/

directory
v0.0.0-...-d1f1add Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 4, 2018 License: GPL-3.0

README

Installation

go get github.com/CyberMiles/explorer/services
cd $GOPATH/src/github.com/CyberMiles/explorer/services
make all

Initializing to connect to public node in testnets:

explorercli init --chain-id=gaia-2 --node=tcp://gaia-2-node0.testnets.interblock.io:46657

Or connect to our own gaia node

  1. Download configuration files for testnets:

    git clone https://github.com/tendermint/testnets $HOME/testnets
    GAIANET=$HOME/testnets/gaia-2/gaia
    cd $GAIANET
    
  2. Start our gaia node:

    gaia node start --home=$GAIANET
    
  3. Initializing to connect to our own node:

    explorercli init --chain-id=gaia-2 --node=tcp://localhost:46657
    

Start rest server

explorercli rest-server

The API documentation

Check out web APIs supported by this service.

Directories

Path Synopsis
cmd
modules
stake
nolint
nolint

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL