Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 449 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 449 Bytes

Vyper Raffle Example

See raffle.vy and fill in.

If you have python 3.6 or greater, just install the dependencis, otherwise follow https://vyper.readthedocs.io/en/latest/installing-vyper.html#prerequisites to get python3.6 setup.

pip install --upgrade pip
pip install -r requirements.txt

Test it

pytest

For all tests.

pytest -k test_init

For a specific test

Deploy it !?

Web3.py workshop is tomorrow !