/fyp

Primary LanguageJavaScriptMIT LicenseMIT

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.