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

https://github.com/interest-protocol/suicoins.com

Sui Coins Frontend
https://github.com/interest-protocol/suicoins.com

Last synced: about 2 months ago
JSON representation

Sui Coins Frontend

Awesome Lists containing this project

README

          

# [Interest Protocol](https://www.interestprotocol.com/)

Is a protocol to swap and lend crypto, commodities, gold, and fiat currencies.

## Contributing

We always want to be better.

Feel invited to contribute, if you are comfortable, follow the instructions in [CONTRIBUTING.md](./CONTRIBUTING.md) to get started.

## Quick start

Install the project dependencies with yarn

```bash
yarn
```

Initialize the application

```bash
yarn dev
```

### Run tests

First of all, make sure you have `jest` installed, if not, follow the steps below.

```bash
yarn add --dev jest
```

Only then will you be able to run the following command

```bash
yarn test
```

## Code Style

You must install it in your Editor text

- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)

## Technologies

- [Typescript](https://typescriptlang.org)
- [Styled System](https://styled-system.com)
- [Emotion](https://emotion.sh/docs/introduction)
- [NextJS](https://nextjs.org/docs/getting-started)
- [Jest](https://jestjs.io)
- [Redux](https://redux.js.org/)
- [Ramda](https://ramdajs.com/)
- [@mysten/sui](https://www.npmjs.com/package/@mysten/sui)
- [@mysten/dapp-kit](https://www.npmjs.com/package/@mysten/dapp-kit)

## Live

Go to [here (Sui Interest Protocol)](https://sui.interestprotocol.com/) and see what we have prepared for you

## DApp

Access [DApp](https://sui.interestprotocol.com/dapp/dex) and enjoy what has been prepared for you

## Contact Us

- X: [@IPXSui](https://x.com/IPXSui)
- Discord: https://discord.com/invite/interestprotocol
- Telegram: https://t.me/interestprotocol
- Email: [contact@interestprotocol.com](mailto:contact@interestprotocol.com)
- Medium: [@interestprotocol](https://medium.com/@interestprotocol)