Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reservoirprotocol/reservoir-kit
ReservoirKit is a react package that makes it easy to add buying NFTs into your dApp. It's intuitive, responsive and customizable.
https://github.com/reservoirprotocol/reservoir-kit
ethereum nft react sdk
Last synced: 5 days ago
JSON representation
ReservoirKit is a react package that makes it easy to add buying NFTs into your dApp. It's intuitive, responsive and customizable.
- Host: GitHub
- URL: https://github.com/reservoirprotocol/reservoir-kit
- Owner: reservoirprotocol
- License: mit
- Created: 2022-07-11T13:11:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T19:22:54.000Z (2 months ago)
- Last Synced: 2024-10-29T20:37:40.377Z (2 months ago)
- Topics: ethereum, nft, react, sdk
- Language: TypeScript
- Homepage: reservoir-kit.vercel.app
- Size: 146 MB
- Stars: 99
- Watchers: 5
- Forks: 45
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ReservoirKit
ReservoirKit is a developer toolkit for buying, selling and managing NFTs.
### Installing ReservoirKit
```
yarn add @reservoir0x/reservoir-kit-ui
```Also make sure to install the peer dependencies required by ReservoirKit if your application doesn't already include them:
```
yarn add wagmi viem react react-dom
```Head over to our [docs](https://docs.reservoir.tools/reference/reservoirkit) to learn more.
Running into installation issues? Check out our [troubleshooting guide](https://docs.reservoir.tools/reference/troubleshooting).