Home

Awesome

Mox NFT

This is part of the Cyfrin Updraft Vyper Course.

Centralized Gateway

Centralized option: https://gateway.pinata.cloud/ipfs/QmanoFs6a4GHRtTW32w1fFJSv61TFT8Vk9qKqFF1mcdjMK

Getting Started

Prerequisites

Installation

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

Quickstart

# Deploy and mint the basic NFT
mox run deploy_basic_nft

# Deploy and mint the Mood NFT
mox run deploy_mood_nft

# Flip the mood of the deployed Mood NFT
mox run flip_mood

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