CO2AX is a decentralized platform that is aimed at addressing the issue of greenhouse gas emissions by major companies in different sectors. The platform operates on the principle of tracking the emissions produced by these companies and taxing them based on a pre-determined threshold. The idea behind this concept is to incentivize companies to reduce their carbon footprint and contribute towards a greener and more sustainable future.
To get a local copy up and running follow these simple steps.
- Nodejs and npm
- React.js
- Solidity (Truffle)
- Wagmi
-
Clone the repo
git clone https://github.com/Kaustubh251002/CO2AX
-
Install NPM packages for the backend
cd BACKEND && npm install
-
Install NPM packages for the frontend
cd frontend && npm install
-
Start local Development Server
cd frontend && npm start