Home

Awesome

Mox Signatures

This is part of the Cyfrin Updraft Vyper Course.

Getting Started

Prerequisites

Installation

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

Quickstart

mox run make_merkle 
mox run deploy_merkle_airdrop

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