Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 2.05 KB

README.md

File metadata and controls

64 lines (43 loc) · 2.05 KB

Express-Certificate-Dapp-Events

Simple Certificate Dapp with Events.

🛠 Built With

NodeJS Express JavaScript Solidity Web3Js Truffle

⚙️ Run Locally

Make sure to have a blockchain simulation (ganache/geth/foundry etc.) capable of WebSocket connection running on your port 8545.

Clone the project

git clone https://github.com/Kerala-Blockchain-Academy/Express-Certificate-Dapp-Events.git

Go to the project directory

cd Express-Certificate-Dapp-Events

Go to the truffle folder

cd truffle

Install truffle globally

npm install -g truffle

Compile & migrate the contract

truffle migrate

Go back to the project directory and install dependencies

cd .. && npm install

Start the application

npm run dev

License

Distributed under the MIT License.