Skip to content

Kerala-Blockchain-Academy/ced-dapp-full

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CED-DApp-Full

Full DApp example for CED.

🛠 Built With

Node.js Badge Express Badge EJS Badge Ethers Badge MetaMask Badge Hardhat Badge Solidity Badge

⚙️ Run Locally

Clone the project

git clone https://github.com/Kerala-Blockchain-Academy/ced-dapp-full.git
cd ced-dapp-full

Install dependencies

npm install

Create a '.env' and add the following variables

CHAIN=sepolia
API_KEY=<your-alchemy-api-key>
PRIVATE_KEY=<your-ethereum-private-key>

Deploy the contract

npm run deploy:sepolia

Start the application

npm run dev

Open browser for UI