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

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

A React library for Aptos Dapp integration
https://github.com/interest-protocol/reaptos

Last synced: about 1 year ago
JSON representation

A React library for Aptos Dapp integration

Awesome Lists containing this project

README

          

# @interest-protocol/reaptos

React Aptos lib for DApp development on Aptos chain

## How to use

Install the package in your React project.

npm:

```sh
npm install @interest-protocol/reaptos
```

yarn:

```sh
yarn add @interest-protocol/reaptos
```

pnpm:

```sh
pnpm install @interest-protocol/reaptos #npm-like
# or
pnpm add @interest-protocol/reaptos #yarn-like
```