/ann-explorer

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Prepare

Download AnnChain
Install mongo if you want store mass historical data or use another machine to store data

Build

make

Look .gitlab-ci.yml if you make failed

Note

Modify conf/app.conf ,ensure api_addr serve is running
Add mongo config in conf/app.conf,if you want use mongo

Run

./block-browser

Example

Exec shell sed -i "/^api_addr/d" conf/app.conf ;echo 'api_addr = "10.253.4.248:6657"' >> conf/app.conf ;./block-browser