smartcontractkit / hardhat-starter-kit

A repo for boilerplate code for testing, deploying, and shipping chainlink solidity code.
MIT License
1.21k stars 491 forks source link

Add example with `VRFV2Wrapper` #114

Closed andrejrakic closed 1 year ago

andrejrakic commented 2 years ago

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.