Get Started
GetStarted
Last updated
GetStarted
Last updated
You can get more detailed information about the
Check out the , and the corresponding
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.
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,
Now you can create NFT lending DApp based on your own custom UI