Home

Awesome

Mox ERC20

This is part of the Cyfrin Updraft Vyper Course.

Getting Started

Prerequisites

Installation

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

Quickstart

mox run deploy 

Usage

Compile

mox compile

Test

(These will fail intentionally!)

mox test

Formatting

Python

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

Vyper

uv run mamushi contracts/