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
- Host: GitHub
- URL: https://github.com/interest-protocol/reaptos
- Owner: interest-protocol
- Created: 2024-09-13T18:26:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-09T22:11:19.000Z (over 1 year ago)
- Last Synced: 2025-01-27T23:48:00.028Z (over 1 year ago)
- Language: TypeScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```