Skip to content

cs-hassan-ali/fyp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FYP Project

  1. Start Ganache (GUI or CLI) ganache-cli -p 7545
  2. compile and migrate contracts #!/usr/bin/env bash truffle compile # compile contracts means generate build folder with contracts json files truffle migrate --reset # migrate contracts means deploy contracts to ganache-cli sleep 1 # wait for ganache-cli to start rm -rf ./src/build # remove build folder from src folder mv -f ./build ./src/build # move build folder to src folder so that react can access it
  3. use npm start to start the react app
  4. use private key from ganache-cli to login to metamask
  5. use private key for service account

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published