Etherium transaction offsetter with the goal of offsetting ethereum carbon footprints through support to active offsetting projects. Implemented as a chrome browser extension.
- Clone repository to your local machine
- Navigate to the local repository in a command line terminal and run
npm i - Download the chrome browser
- Open the browser and navigate to
chrome://extensions - Toggle developer mode on
- Click 'load unpacked', navigate to your local copy of the repo, and open the 'dist' folder in the file explorer window
- The application is ready to test. If you make any changes to a file in the
srcdirectory, update by runningnpm run buildin a command line.