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

https://github.com/fantom-foundation/fusdswap

On-chain swap for fUSD token.
https://github.com/fantom-foundation/fusdswap

Last synced: 5 months ago
JSON representation

On-chain swap for fUSD token.

Awesome Lists containing this project

README

          

# fusdswap

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```

### Run Unit Tests with [Vitest](https://vitest.dev/)

```sh
npm run test
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```