Home

Awesome

Lottery_vyper

This repo is the Vyper version of the Lottery from Patrick Collins. This code contain a Vyper implementation of the VRF random number from Chainlink.

Feel free to pull a request or an issue if you figure out how to improve the Vyper code.

Instructions

Important note

You have to create your own .env file containing :

export PRIVATE_KEY="YOUR_PRIVATE_KEY"
export WEB3_INFURA_PROJECT_ID="YOUR_INFURA_ID"

This code is mainly designed to be deployed on the Kovan testnet