-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,39 @@ | ||
# provJewellery | ||
|
||
Provenance DApp for Handcrafted Jewellery | ||
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 | ||
|
||
* Node.js | ||
* Angular CLI | ||
* Truffle framework | ||
* Ganache CLI | ||
* MetaMask plugin | ||
|
||
### Installing | ||
|
||
To install packages | ||
|
||
```{shell} | ||
npm install | ||
``` | ||
|
||
Initialize TestRPC server with 100 Ether tokens | ||
|
||
```{shell} | ||
testrpc --account="0x<PRIVATE_KEY>,100000000000000000000" | ||
``` | ||
|
||
Once this is done, you can run the application | ||
|
||
```{shell} | ||
ng serve | ||
``` | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details |