mirror of
https://github.com/kremalicious/asi-calculator.git
synced 2024-12-22 09:23:16 +01:00
20 lines
406 B
Markdown
20 lines
406 B
Markdown
# ASI Calculator
|
|
|
|
> See how much ASI you get for your OCEAN, AGIX, or FET.
|
|
|
|
## [→ asi.kremalicious.com](https://asi.kremalicious.com)
|
|
|
|
## Development
|
|
|
|
```bash
|
|
npm run dev
|
|
```
|
|
|
|
Please note that this requires the environment variable `WEB3_API_URL` to be present. This is a private API so running this project locally probably won't work out.
|
|
|
|
## License
|
|
|
|
**The MIT License**
|
|
|
|
[Full license text](LICENSE)
|