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
Run the make install
command which will download all the packages needed for the Foundry project.
make install
Check out the Makefile for all the available commands.
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.