Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 795 Bytes

README.md

File metadata and controls

39 lines (31 loc) · 795 Bytes

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