Skip to content

iost-official/iost-api

Repository files navigation

Iost explorer backend

Requirements

  1. golang 1.10+
  2. mongodb

How to deploy

  1. clone code to $GOPATH/src/github.com/iost-official/iost-api
  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 task
make
nohup ./iost-api-task &
  1. Run REST api service
cd $GOPATH/src/github.com/iost-official/iost-api 
make 
nohup ./iost-api&

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages