An open API service indexing awesome lists of open source software.

https://github.com/formysister/chainlink-vrf-example

Chainlink VRF Sample Hardhat Project
https://github.com/formysister/chainlink-vrf-example

blockchain chainlink cryptocurrency ethereum hardhat javascript smart-contract smart-contracts solidity typescript

Last synced: 3 months ago
JSON representation

Chainlink VRF Sample Hardhat Project

Awesome Lists containing this project

README

          

# Chainlink VRF Sample Hardhat Project

This project demonstrates a basic chainlink vrf use case with Hardhat framework. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Try running some of the following tasks:

```shell
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.ts
```