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
- Host: GitHub
- URL: https://github.com/formysister/chainlink-vrf-example
- Owner: formysister
- Created: 2023-09-09T22:04:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T15:59:10.000Z (about 2 years ago)
- Last Synced: 2024-04-14T16:47:34.937Z (over 1 year ago)
- Topics: blockchain, chainlink, cryptocurrency, ethereum, hardhat, javascript, smart-contract, smart-contracts, solidity, typescript
- Language: TypeScript
- Homepage:
- Size: 76.2 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```