backend

command module
v0.0.0-...-0584d29 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2020 License: LGPL-3.0 Imports: 5 Imported by: 0

README

Iost explorer backend

Requirements
  1. golang 1.10+
  2. mongodb
How to deploy
  1. clone code to $GOPATH/src/github.com/iost-official/explorer
  2. add config file cp backend/config/config.json.sample backend/config/config.json update the rpcHost, mongodb config if need
  3. Run blockchain sync task:
cd backend/task
make
nohup ./task &
  1. Run REST api service
cd backend
make
nohup ./backend &

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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