A simple program that can act like an Uber application
These instructions will provide the steps required to get the contract up and running quickly.
Install Truffle
npm install -g truffle
Install Http-Server
npm install http-server -g
-
Remove the Build folder.
-
Navigate to the folder path and run the development truffle blockchain. Truffle has a built in blockchain.
truffle develop
- Migrate the contract to the network
migrate