Skip to content

Analyzes your Meteora DLMM transactions to estimate profitability and MET points earned

License

Notifications You must be signed in to change notification settings

MishaMgla/meteora-profit-analysis-v2

 
 

Repository files navigation

Meteora Profit Analysis

Inspired by the work I did on the Meteora Discord Bot, I decided to develop a web application to look at the total profitability of a wallet.

Try it Live on GitHub Pages

https://geeklad.github.io/meteora-profit-analysis/

Technologies Used

How to Use

Install Bun

Install bun using the instructions at https://bun.sh/docs/installation.

Install dependencies

Install using bun:

bun install

Run the development server

bun run dev

Build static html output that can be hosted

The app can be built to be hosted on 100% static HTML pages, which will be output to /out. To build the project:

bun run build

About

Analyzes your Meteora DLMM transactions to estimate profitability and MET points earned

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.6%
  • Other 0.4%