/peoplEther

Primary LanguageJavaScript

peoplEther

Smart Contract that accepts Name and Age of New Person, built with Truffle and on testrpc.

Usage

npm install , then run testrpc and then truffle console

Building and the frontend

  1. First run truffle compile, then run truffle migrate to deploy the contracts onto your network of choice (default "development").
  2. Then clone down this React front end and run npm start https://github.com/dylanavery720/peoplEther-ui