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.
- Host: GitHub
- URL: https://github.com/fantom-foundation/fusdswap
- Owner: Fantom-foundation
- License: mit
- Created: 2023-01-23T16:58:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T07:05:05.000Z (almost 2 years ago)
- Last Synced: 2025-01-03T16:37:06.370Z (over 1 year ago)
- Language: JavaScript
- Size: 635 KB
- Stars: 0
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```