Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 424 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 424 Bytes

Acryl Explorer Lite

Acryl Blockchain Explorer

Demo

Demo is available on https://explorer.acrylplatform.com

Run locally

npm install

npm start

Open http://localhost:3000 in browser. You'll see testnet version of explorer.

Build

Build process creates ./dist directory for dev or prod version To create distribution, run:

npm run app:dev
npm run app:prod