Skip to content

Kerala-Blockchain-Academy/Express-Certificate-Dapp-IPFS

Repository files navigation

Express-Certificate-Dapp-IPFS

Simple Certificate Dapp with IPFS.

🛠 Built With

NodeJS Express JavaScript Solidity Web3Js Truffle IPFS

⚙️ Run Locally

Make sure to have a blockchain simulation (ganache/geth/foundry etc.) running on your port 8545 and an IPFS service on port 8080.

Clone the project

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

Go to the project directory

cd Express-Certificate-Dapp-IPFS

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published