AlayaNetwork / browser-web

Block Explorer and Analytics Platform for Alaya.(web)
0 stars 4 forks source link

Alaya Blockchain Browser

start

# into workspace dir
# Install project dependencies
npm install

# run server, and default url localhost:8080 
npm run serve

# build for production with minification
npm run build