An open API service indexing awesome lists of open source software.

https://github.com/bunsdev/sorbet-finance-v3


https://github.com/bunsdev/sorbet-finance-v3

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Sorbet Finance Interface

[![Lint](https://github.com/gelatodigital/sorbet-finance-v3/actions/workflows/lint.yml/badge.svg)](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).