Get Started
GetStarted
Resources
You can get more detailed information about the SDK Documentation Details
Check out the online demos, and the corresponding github address repository
Get Started
Installing dependencies
Now we have all the necessary SDKs installed automatically.
Install optional dependencies
This step is an optional operation, If you have API requirements, here is the documentation. Vinci NFT API
Reference in React project
Introducing SDKProvider
Passing configServiceProps to SDKProvider
Then introduce the Provider into your app.tsx
Reference in React Redux
Introducing vinciSDKReducers
This way we can manage all the data in Redux.
Then call the method anywhere under the Provider scope to get the data
Make sure you have introduced useVinciControllers before getting the data.
If the ChainID has changed, you need to reset the data and restart to get the data.
Get data using useVinciContractData
Interacting with Contracts, More Methods View Details
Now you can create NFT lending DApp based on your own custom UI
Last updated