Skip to content

dwangwk/fts24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5984091 · Jan 18, 2024
Jan 18, 2024
Jan 18, 2024
Jan 9, 2024
Jan 11, 2024

Repository files navigation

Ecobridge

Introduction

EcoBridge is a platform that utilizes smart contracts and custodian wallets to consolidate the tokenised carbon credit markets.

Tooling

  • JavaScript (React.js, Next.js, Ether.js)
  • Solidity
  • Firebase / Firestore

Demo

Watch the video

Project Structure

.
├── client
│   ├── components
│   ├── scripts
│   ├── styles
│   └── pages
│           ├── app
│           ├── index
│           └── web3
└── web3
    └── contracts

Launch

Note that custodians need to link up their meta-mask wallets as a config.json.

cd client
npm run dev