Home

Awesome

stark-mfer

Contracts for the stark mfer collection. These NFTs are listed via a Gradual Dutch Auction implementation in Cairo.

We used Flipper to flip the existing mfer collection and publish metadata to IPFS at ipfs://QmRnvgj1sofQBTPXfAZX76ktQecC9Xt4FwPCnsNjLLn5XK/.

This project was built for EthAmsterdam.

Local Development

Prerequisites

  1. Install Python
  2. Install Poetry
  3. Clone this repo
# Activate a Poetry virtual environment
poetry shell

# Install dependencies
poetry install

# Compile all contracts
nile compile

How to update ABIs in frontend repo

nile compile
cp artifacts/abis/* ../eth-amsterdam-front/src/abi/

Links