Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itschrislow/3verse
Fight climate change with digital tokens backed by real trees
https://github.com/itschrislow/3verse
carbon-credits carbon-footprint climate-change cryptocurrency digital-assets
Last synced: 11 days ago
JSON representation
Fight climate change with digital tokens backed by real trees
- Host: GitHub
- URL: https://github.com/itschrislow/3verse
- Owner: itschrislow
- Created: 2022-05-09T09:52:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T07:10:56.000Z (over 2 years ago)
- Last Synced: 2024-10-12T09:27:14.591Z (25 days ago)
- Topics: carbon-credits, carbon-footprint, climate-change, cryptocurrency, digital-assets
- Language: TypeScript
- Homepage: https://3verse.vercel.app
- Size: 4.81 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This solution is developed for [ClimateHack](https://climatehack.io/) to address climate change.
## Overview
Land owners with more than 10 hectares of trees can tokenize their trees and mint 1 $TREE token for every 1 kilogram of CO2 their land offsets (vested over a period of 10 years).$TREE tokens are listed on 3verse where interested organizations/individuals can purchase and stake for $O2 tokens (Daily yield per $TREE token is 0.29 $O2 tokens).
Individuals/organizations who wish to offset their carbon footprint can redeem $O2 tokens (1 $O2 token = 1kg of CO2) in exchange for an on-chain carbon credit certificate.
[View landing page](https://3verse-landing-page.vercel.app/)
## Features
**Buy** - Purchase $TREE token(s) you wish to own.
**Stake** - Stake your $TREE token(s) to receive $O2 tokens
**Offset** - Offset your carbon footprint to go carbon neutral to benefit the environment
**Exchange** - Trade your $TREE or $O2 token(s) on the marketplace
## Installation
Clone the project
```
git clone https://github.com/itschrislow/3verse.git
```Install dependencies and run in development mode
```
yarn
yarn dev
```