Let's add an example for Chainlink Functions as well. Because Functions Foundry Starter kit is not live yet, let's showcase how easy is to use Functions with Foundry. Also I suggest example with multiple responses, because it shows how to:
- Return complex Solidity data types (they usually return complex structures)
- Use JavaScript imports for more powerful computation
- Perform HTTP GET/POST requests using Functions library
Tasks:
Let's add an example for Chainlink Functions as well. Because Functions Foundry Starter kit is not live yet, let's showcase how easy is to use Functions with Foundry. Also I suggest example with multiple responses, because it shows how to:
Tasks:
ffiflag