Nine Chronicles Blockchain Explorer web client project
This project is a frontend project. You need to set up the backend first.
Node v16.5
git clone https://github.com/planetarium/9cscan.com
cd 9cscan.com
npm install
You need to create the files below.
.env.localhost
.env.production
.env.localhost , .env.production
VUE_APP_MODE= [DEVEL | PRODUCTION]
VUE_APP_API_HOST=
VUE_APP_WS_ENDPOINT=
The above properties can be found in the 9cscan-cloud/.deploy file.
npm run serve
npm run build-odin
npm run build-heimdall
npm run build-thor
npm run stage
Apache 2.0