Skip to content

agentfrankz/express-certificate-dapp

 
 

Repository files navigation

Express-Certificate-Dapp

Prerequisites

  • Install ganache

  • Install truffle

  1. Run ganache in a terminal window

    $ ganache -i 5777

  2. Open app.js file and update network id to 5777

  3. In app.js set url to 127.0.0.1:8545

  4. In app.js, set account address from the list of ganache accounts generated

  5. Compile smart contracts by running

    $ truffle migrate

  6. Run

    $ npm install

  7. Start the server

    $ npm start

  8. Visit localhost:3000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 38.7%
  • EJS 31.3%
  • CSS 25.7%
  • Solidity 4.3%