Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drewcook/arbor-contracts


https://github.com/drewcook/arbor-contracts

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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:

## Getting Started

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

```sh
make install
```

## Commands

Check out the [Makefile](./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.