Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 776 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 776 Bytes

fyp

Blockchain

Run the blockchain in truffle developer mode__

1) Point your console to your project's directory then start Truffle in develop mode by running:

❍ npx truffle develop

2) Once Truffle is fired up, in a new console, compile the contracts and migrate them:

❍ compile

❍ migrate --reset

Client

This project was bootstrapped with Create React App.

Available Scripts

Installs libraries:

cd client
npm i

Runs the app in the development mode.

npm start

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.