Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 823 Bytes

README.md

File metadata and controls

45 lines (26 loc) · 823 Bytes

tw-banner

link for edu chain testnet explorer

here

contract address :- 0x84386Af427963C93967a9BB5eDE07B03C1F316fF

blockchain network :- Open Campus Codex

Environment Variables

To run this project, you will need to add the following environment variables to your .env file:

CLIENT_ID

To learn how to create a client ID, refer to the client documentation.

Run locally

Install dependencies

yarn

Start development server

yarn dev

Create a production build

yarn build

Preview the production build

yarn start