lbtc-explorer-api
=====================================
Licence: MIT Licence
lbtc-explorer-api is forked from lumen v5.2.0
Getting started
===============
If you are using Linux, read the following:
NOTE : All the following command work well on Ubuntu 16.04
Premise:
Make sure it is installed correctly: php, nginx, mysql, redis,Php redis extension
wget http://soft.vpser.net/lnmp/lnmp1.5.tar.gz -cO lnmp1.5.tar.gz && tar zxf lnmp1.5.tar.gz && cd lnmp1.5 && ./install.sh lnmp
Check out the code from Github:
git clone https://github.com/lbtcio/lbtc-explorer-api.git
Set the nginx root path:
root /website/lbtc-explorer-api/public
Access interface url
curl http://your domain name/getblockinfo?param=4084230
explorer api lbtc document
https://github.com/lbtcio/lbtc-explorer-api/wiki/lbtc-explorer-api
wuhao