Skip to content

antorenge/provJewellery

Repository files navigation

provJewellery

Decentralized Application (dApp) that helps users to determine provenance for handcrafted jewellery.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installing

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

License

This project is licensed under the MIT License - see the LICENSE file for details