https://github.com/bunsdev/sorbet-finance-v3
https://github.com/bunsdev/sorbet-finance-v3
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bunsdev/sorbet-finance-v3
- Owner: BunsDev
- License: gpl-3.0
- Created: 2022-03-11T00:13:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-15T06:40:47.000Z (over 4 years ago)
- Last Synced: 2025-08-19T06:51:37.798Z (10 months ago)
- Language: TypeScript
- Homepage: sorbet-finance-v3-mu.vercel.app
- Size: 17.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sorbet Finance Interface
[](https://github.com/gelatodigital/sorbet-finance-v3/actions/workflows/lint.yml)
Interface for Sorbet Finance.
- Website: [sorbet.finance](https://sorbet.finance/)
## Accessing the Sorbet Finance Interface
To access the Uniswap Interface visit [sorbet.finance](https://sorbet.finance/).
## Development
### Install Dependencies
```bash
yarn install
```
### Run
```bash
yarn start
```
To use Gelato Limit Orders on your app please refer to our [libraries](https://github.com/gelatodigital/limit-orders-lib) repository.
## Contributions
**Please open all pull requests against the `main` branch.**
CI checks will run against all PRs.
Repo forked and modified from [Uniswap](https://github.com/Uniswap/uniswap-interface).