Acryl Blockchain Explorer
Demo is available on https://explorer.acrylplatform.com
npm install
npm start
Open http://localhost:3000 in browser. You'll see testnet version of explorer.
Build process creates ./dist directory for dev or prod version To create distribution, run:
npm run app:dev
npm run app:prod