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

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


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

Last synced: about 2 months ago
JSON representation

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
```