Decentralized Application (dApp) that helps users to determine provenance for handcrafted jewellery.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
To install packages
npm install
Run the application
ng serve
Migrate the smart contracts
truffle migrate
And, on a new terminal, initialize TestRPC server with 100 Ether tokens. Obtain private key from Metamask plugin.
testrpc --account="0x<PRIVATE_KEY>,100000000000000000000"
Note: Confirm metamask to be connected to private network Localhost:8545
This project is licensed under the MIT License - see the LICENSE file for details