Skip to content

EcoNFT enables individuals to combat climate change through blockchain-powered tree planting. By purchasing NFTs, users directly fund real-world tree plantations. The Leaderboard feature introduces a gamified environment where people can compete based on the number of trees planted by them.

Notifications You must be signed in to change notification settings

Team-ByteWise/EcoNFT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EcoNFT - Turn Your Trees into NFT's

EcoNFT enables individuals to combat climate change through blockchain-powered tree planting. By purchasing NFTs, users directly fund real-world tree plantations via an API. Track your impact, own unique digital assets, and contribute to a greener future! 🌍🌱

Tech Stack

Backend

  • Framework: ExpressJS (TypeScript)
  • Database: MongoDB
  • API Integration: Tree Nation API (for fetching tree-related information)

Frontend

  • Framework: Next.js (TypeScript)

Blockchain

  • HardHat
  • Soldity

Features

  • User Dashboard: Users can track their tree-planting contributions, and global rankings.
  • Plant Trees: User can plant trees from our site using cryptocurrency and in return they will get an NFT with the tree details.
  • Leaderboard: Users can track their ranks based on the number of trees planted and the NFTs they have got.
  • Environmental Contribution: The hunger of the users to get the top place in the leaderboard and maintain their position will help save the environment significantly.

Getting Started

Prerequisites

  • Node.js (v16 or later)
  • MongoDB

Setup

Backend Setup

cd econft-backend
pnpm install
cp .env.example .env  # Configure your environment variables
pnpx prisma generate # Generate the Prisma stuffs
pnpm run dev  # Start the backend server

Frontend Setup

cd econft-frontend
pnpm install
pnpm run dev  # Start the Next.js development server

About

EcoNFT enables individuals to combat climate change through blockchain-powered tree planting. By purchasing NFTs, users directly fund real-world tree plantations. The Leaderboard feature introduces a gamified environment where people can compete based on the number of trees planted by them.

Resources

Code of conduct

Stars

Watchers

Forks

Languages

  • TypeScript 96.2%
  • Solidity 2.6%
  • Other 1.2%