Decentralized Application for tracking components through multiple suppliers.
git clone https://github.com/NRS-Soft/nuclearistrack
cd nuclearistrack
yarn install
Open .env.example
and make a copy as .env.local
and fill out the required process variables
REACT_APP_CONTRACT=<CONTRACT ADDRESS AFTER DEPLOYMENT, SEE DEPLOY SMART CONTRACTS>
ADMIN=<ADMIN USERNAME, USED BY DEPLOYMENT>
XXX_PRIVATE_KEYS=<FILL OUT PRIVATE KEYS YOU'LL BE USING FOR DEPLOYMENT, DO NOT COMMIT THEM ANYWHERE>
npx buidler run ./scripts/deploy.js --network <NETWORK NAME FROM BUIDLER CONFIG>
npx buidler test
yarn start
yarn build
To mount NuclearisTrack in Docker for local development please complete the following steps:
- Duplicate
.env.example
and name it.env.local
- Open
.env.local
- Set the process variable
ADMIN
to the desired administrator username - Start
docker-compose
with the following commanddocker-compose up
Feel free to contribute. Small note: If editing the README, please conform to the standard-readme specification.
MIT