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
- Host: GitHub
- URL: https://github.com/interest-protocol/suicoins.com
- Owner: interest-protocol
- License: mit
- Created: 2023-11-04T18:17:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-27T13:00:08.000Z (over 1 year ago)
- Last Synced: 2025-03-22T20:12:23.754Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://www.suicoins.com/
- Size: 12.6 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)