Skip to content

Latest commit

 

History

History
69 lines (50 loc) · 1.23 KB

README.md

File metadata and controls

69 lines (50 loc) · 1.23 KB

Mox Stablecoin

This is part of the Cyfrin Updraft Vyper Course.

Getting Started

Prerequisites

  • git
    • You'll know you've done it right if you can run git --version and see a version number.
  • anvil
    • You'll know you've done it right if you can run anvil --version and see an output like anvil 0.2.0 (fdd321b 2024-10-15T00:21:13.119600000Z)
  • 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

Installation

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

Quickstart

mox run deploy 

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