React Documentation
If you are developing an application with React, no matter which framework (Next.js, Remix, etc.) you're using, you can start rendering 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. You should create your own API key from the portal.
Access NFTs
Now, you're ready to use our components to render some NFTs! Here is a basic usage of the Asset
component:
Happy hacking!