https://github.com/antoncoding/oh-my-greeks
simple dashboard for cross-chain greeks
https://github.com/antoncoding/oh-my-greeks
defi ethereum options
Last synced: 11 months ago
JSON representation
simple dashboard for cross-chain greeks
- Host: GitHub
- URL: https://github.com/antoncoding/oh-my-greeks
- Owner: antoncoding
- Created: 2022-05-09T17:24:15.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-05T10:58:45.000Z (over 3 years ago)
- Last Synced: 2024-10-07T06:06:57.727Z (over 1 year ago)
- Topics: defi, ethereum, options
- Language: TypeScript
- Homepage: https://ohmygreeks.co/#/
- Size: 7.63 MB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Oh My Greeks
Simple platform for cross-chain Greeks
## Intro
We need a place to see all my on-chain greeks.. aggregated nicely.
## Hosting
Currently hosting on [https://ohmygreeks.co/#/](https://ohmygreeks.co/#/) and [ohmygreeks.on.fleek.co](ohmygreeks.on.fleek.co)
## Get Started
```shell
npm install
npm start
```
## Protocol Integration
The interface is designed to be easy to plugin other option protocols / vol products. To be compliant, you need to implement the `adaptor` interface detailed [here](./src/adaptors/interface.ts)
## Contribute
You can contribute to the this repo by helping resolve any existing issues, feature request or just refactor our code 😎.
Also feel free to open any feature request that you want to see on this website!