Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drewcook/arbor-contracts
https://github.com/drewcook/arbor-contracts
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/drewcook/arbor-contracts
- Owner: drewcook
- Created: 2023-06-06T22:32:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-30T22:16:33.000Z (over 1 year ago)
- Last Synced: 2024-04-10T10:01:10.902Z (9 months ago)
- Language: Solidity
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.