Open Campus Logocreate-edu-dapp
Appreciated by Open Campus Team on

Build dApps on EduChain

A starter-kit featuring Next.js & Hardhat or Foundry for building dApps on the Open Campus L3 (EduChain).

npx create-edu-dapp <dapp-name>

1k+ npm downloads

Features

Next.js & Hardhat/Foundry

Choose between Hardhat or Foundry for your smart contract development environment.

Pre-installed Configuration

Includes TypeScript, Tailwind CSS, shadcn-ui, web3.js, ocid, and more.

Open Campus L3 Chain

Develop, deploy, test, and verify smart contracts on the Open Campus L3 chain.



Six Example Dapps

Six full-stack dapps with education-based usecases to help you get started.

Connect with OCID

The implementation of open campus ID SDK to connect your community with OC Ecosystem.

Command Line Interface

A working create-edu-dapp (CLI) to help you build and ship fast on EduChain.

Getting Started

  1. Run npx create-edu-dapp your-dapp-name
  2. Select Hardhat option
  3. cd into the directory: cd your-dapp-name
  4. Install dependencies in the backend folder
  5. Set up your private key in the .env file
  6. Compile, test, and deploy your smart contracts
  7. Start the Next.js app in the frontend folder