Final Project: Philip Abangan, Elliot Lohr, David Hausken
Compilation Instructions (Let us know if you cannot run it.):
Instructions for setting up the testnet are on the paper (It's difficult to describe in a few steps.)
- Install Ganache at https://www.trufflesuite.com/ganache
- (Assuming Chrome is used) Download Metamask from the chrome store at https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en
- Install Node.js if it isn't already installed at https://nodejs.org/en/
- Unzip our project into a directory of your choice.
- Navigate to the newly unzipped project with a terminal of your choice.
- Run "npm install truffle"
- Ensure the port of localhost is the same as the one specified by Ganache.
- Open chrome at localhost:PORT where PORT is the port number specified.