React Quickstart

If you are developing an application with React, you can start implementing NFTs with our library no matter which framework (e.g., Next.js, Remix) you're using.

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:

Learn more about what you can do with our React library

Learn more about our React library here.