Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 473 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 473 Bytes

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