This is part of the Cyfrin Updraft Vyper Course.
- git
- You'll know you've done it right if you can run
git --version
and see a version number.
- You'll know you've done it right if you can run
- anvil
- You'll know you've done it right if you can run
anvil --version
and see an output likeanvil 0.2.0 (fdd321b 2024-10-15T00:21:13.119600000Z)
- You'll know you've done it right if you can run
- moccasin
- You'll know you've done it right if you can run
mox --version
and get an output like:Moccasin CLI v0.3.0
- You'll know you've done it right if you can run
git clone https://github.com/cyfrin/mox-raffle-cu
cd mox-raffle-cu
mox run deploy_raffle
mox compile
mox test
uv run ruff check --select I --fix
uv run ruff check . --fix
uv run mamushi src