https://github.com/bitriel/bitrielswap-interface
The Front end for BitrielSwap
https://github.com/bitriel/bitrielswap-interface
Last synced: 3 months ago
JSON representation
The Front end for BitrielSwap
- Host: GitHub
- URL: https://github.com/bitriel/bitrielswap-interface
- Owner: bitriel
- License: mit
- Created: 2021-07-07T04:29:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-23T01:06:17.000Z (over 3 years ago)
- Last Synced: 2025-01-23T04:41:41.168Z (5 months ago)
- Language: TypeScript
- Size: 8.58 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BitrielSwap Interface
[](https://prettier.io/)
[](https://app.netlify.com/sites/testnet-app-bitriel/deploys)An open source interface for BitrielSwap -- a protocol for decentralized exchange of Ethereum tokens.
## Accessing the SushiSwap Interface
## Listing a token
Please see the
[@bitrielswap/default-token-list](https://github.com/bitriel/default-token-list)
repository.## Development
### Install Dependencies
```bash
yarn
```### Run
```bash
yarn start
```## Contributions
**Please open all pull requests against the `master` branch.**
CI checks will run against all PRs.