/react-uport-box

Truffle and React/Redux boilerplate with uPort Connect

Primary LanguageJavaScript

Simple Auction with React uport box

This is a simple auction sample proof of concept project. It is powered by solidity, react, redux and uport for user authentication

Global Packages

Ensure you have the following installed

  1. Ganache
  2. Truffle
  3. MetaMask(optional)

Set up locally

  1. Install package.json

    npm install
  2. Start gananche-cli and optionally connect to metamask

    ganache-cli
  3. Deploy contract

    truffle deploy 
  4. Copy content of build/contract/Auction.json to /src/components/pages/Auction.json

  5. Start project locally

    npm start

Test

To run test, simply run truffle test