Andrej
Andrej
Add an example contract that uses `VRFV2Wrapper` from the `@chainlink/contracts` package. It enables subscription management directly from the contract itself, rather than using Subscription Management page.
Hardhat's latest [release](https://github.com/NomicFoundation/hardhat/releases/tag/[email protected]) suggests migrating away from `hardhat-waffle` to `hardhat-toolbox`
Update the project to support [Hardhat configuration variables](https://hardhat.org/hardhat-runner/docs/guides/configuration-variables) instead of using `.env` file(s)
Update the project to support [Hardhat configuration variables](https://hardhat.org/hardhat-runner/docs/guides/configuration-variables) instead of using `.env` file(s)
This PR updates the @chainlink/contracts-ccip dependency to v1.4 (affects import paths). It also adds tests for the Example Scripts. The tests rely on the [Chainlink Local](https://github.com/smartcontractkit/chainlink-local) CCIP local simulator tool...
- Migrated from Polygon Mumbai to Polygon Amoy - Added Gnosis Chiado and Celo Alfajores testnet details
- [ ] Add this contract https://docs.chain.link/vrf/v2-5/subscription/get-a-random-number#analyzing-the-contract - [ ] Test it with Chainlink Local (pending)
Combine Data Streams and Log Trigger Automation into one contract example. - [ ] Add this example https://docs.chain.link/data-streams/tutorials/streams-trade/streams-trade-lookup-error-handler#example-code - [ ] Test it with Chainlink Local (pending)
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...
- [ ] Add CCIP Programmable Token Transfers smart contract https://docs.chain.link/ccip/tutorials/programmable-token-transfers#tutorial - [ ] Test it using Chainlink Local https://github.com/smartcontractkit/ccip-starter-kit-foundry/blob/main/test/no-fork/Example04.t.sol