Home

Awesome

<!-- TO TEACH: - Formatting (also python formatting) - uv linting -->

Mox Raffle

This is part of the Cyfrin Updraft Vyper Course.

Getting Started

Prerequisites

Installation

git clone https://github.com/cyfrin/mox-raffle-cu
cd mox-raffle-cu

Quickstart

mox run deploy_raffle

Usage

Compile

mox compile

Test

mox test

Formatting

Python

uv run ruff check --select I --fix
uv run ruff check . --fix

Vyper

uv run mamushi src