Code reference for Dapp talk on Digital Certificates use case using Truffle Express-box
I already follow the https://trufflesuite.com/boxes/express-box/ steps to use the express-box
.
Make sure you truffle
and ganache-cli
install properly.
Install dependencies of the project.
npm install
truffle develop
If you want to run the express-box example (Metacoin)
npm start
If you want to run the digital certificates use case
node serverTecV4.js
Suggestions to contribute:
Mail to [email protected] or making a Pull Request to main branch.