React Quickstart
If you are developing an application with React, no matter which framework (Next.js, Remix, etc.) you're using, you can start implementing NFT's with our library.
📦 Installation
Add the @center-inc/react
client library to your project.
⚙️ Set up the <CenterProvider />
component
You should wrap your application with CenterProvider
to be able to use NFT components and hooks as follows:
🖼 Access NFTs
Now, you're ready to use our components to render some NFTs! Here is a basic usage of the Asset
component: