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

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

Awesome Lists containing this project

README

        

# BitrielSwap Interface

[![Styled With Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://prettier.io/)
[![Netlify Status](https://api.netlify.com/api/v1/badges/4963b993-debb-4b1c-b2d4-a7e1f045359e/deploy-status)](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.