This is a simple auction sample proof of concept project. It is powered by solidity, react, redux and uport for user authentication
Ensure you have the following installed
- Ganache
- Truffle
- MetaMask(optional)
-
Install package.json
npm install
-
Start gananche-cli and optionally connect to metamask
ganache-cli
-
Deploy contract
truffle deploy
-
Copy content of
build/contract/Auction.json
to/src/components/pages/Auction.json
-
Start project locally
npm start
To run test, simply run truffle test