Download AnnChain
Install mongo if you want store mass historical data or use another machine to store data
make
Look .gitlab-ci.yml
if you make failed
Modify conf/app.conf
,ensure api_addr
serve is running
Add mongo config in conf/app.conf
,if you want use mongo
./block-browser
Exec shell sed -i "/^api_addr/d" conf/app.conf ;echo 'api_addr = "10.253.4.248:6657"' >> conf/app.conf ;./block-browser