Skip to content

cyleung428/fyp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published