https://github.com/interest-protocol/resui
https://github.com/interest-protocol/resui
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/interest-protocol/resui
- Owner: interest-protocol
- Created: 2024-09-17T17:04:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-27T02:24:17.000Z (over 1 year ago)
- Last Synced: 2025-01-27T23:47:59.001Z (over 1 year ago)
- Language: TypeScript
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @interest-protocol/resui
React Sui lib for DApp development on Aptos chain
## How to use
Install the package in your React project.
npm:
```sh
npm install @interest-protocol/resui
```
yarn:
```sh
yarn add @interest-protocol/resui
```
pnpm:
```sh
pnpm install @interest-protocol/resui #npm-like
# or
pnpm add @interest-protocol/resui #yarn-like
```