Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kybernetwork/kyberswap-interface
- Owner: KyberNetwork
- License: gpl-3.0
- Created: 2021-03-01T07:06:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T10:27:40.000Z (2 months ago)
- Last Synced: 2024-10-29T11:49:27.558Z (2 months ago)
- Topics: dapp, web3
- Language: TypeScript
- Homepage: https://kyberswap.com
- Size: 175 MB
- Stars: 51
- Watchers: 6
- Forks: 27
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.