Create your consumer smart contract
Understanding Adapter Output Formats
Before integrating any adapter into your smart contracts, it's crucial to understand its output format. This understanding is essential for successful integration and preventing potential contract errors.
Create your consumer smart contract.
You need to inherit you consumer contract from our list of contracts based on you specific usecase. You can find the list of contracts [here]
Some core function of the smart contract you need to implement are:
You need to specify the _jobId
, adapter parameters and _callbackGasLimit
for the request.
You need to implement your business logic in the fulfillDataRequest
function.
Now you can deploy your contract and start requesting data from the ADCS platform
Last updated