drewcook / arbor-contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arbor Protocol

The Arbor Protocol, or more simply called Arbor, is a schelling game where the objective is to publicly co-create songs worthy of purchase by NFT collectors.

LIVE DEMO: https://arbor.audio

Getting Started

Run the make install command which will download all the packages needed for the Foundry project.

make install

Commands

Check out the Makefile for all the available commands.

Features

The contracts can be deployed on the local anvil chain by running make deploy with no arguments, or it can be deployed on Sepolio with the additional ARGS="--network sepolia" argument.

About


Languages

Language:Solidity 87.6%Language:Makefile 12.4%