Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kybernetwork/kyberswap-interface

An open source interface for the Kyberswap Classic and Elastic protocol
https://github.com/kybernetwork/kyberswap-interface

dapp web3

Last synced: 2 days ago
JSON representation

An open source interface for the Kyberswap Classic and Elastic protocol

Awesome Lists containing this project

README

        

# KyberSwap Interface

An open source interface for KyberSwap -- a protocol for decentralized exchange.

- Website: [kyberswap.com](https://kyberswap.com/)
- Whitepaper: [Link](https://files.kyber.network/DMM-Feb21.pdf)

## Accessing the KyberSwap Interface

To access the KyberSwap Interface, visit [kyberswap.com](https://kyberswap.com/)

## Development

### Install Dependencies

```bash
yarn
```

### Run

```bash
yarn start
```

## Contributions

**Please open all pull requests against the `main` branch.**
CI checks will run against all PRs.