veJOE Calculator
Easily calculate your Liquidity Farming yield using this simple calculator!
This site is my (late) entry for the TraderJoe veJOE calculator bounty. It uses React.js, Typescript, and TailwindCSS to calculate LP yield based on your veJOE balance!
It is hosted now using Vercel at https://vejoe-calculator-theta.vercel.app/.
References
- Official TraderJoe Documentation
- This guide by gfkacid
Installation
Clone the repository locally without any Git history.
$ git clone --depth 1 --single-branch https://github.com/fourwadu/vejoe-calculator.git your-project-name
$ cd your-project-name
$ yarn
Starting Development
Start the app in the dev
environment:
yarn start
Contributing
When contributing to this repository, please first discuss the change you wish to make via an issue.
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (yarn commit)
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request and leave some comments!