Very simple Truffle project
This project uses several libs defined in package.json
. To install them, run:
npm install
To deploy the contracts to the network, first make sure Ganache is running, then run
truffle migrate
To run the project:
npm run dev