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

https://github.com/gitcoinco/collections


https://github.com/gitcoinco/collections

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          


Collections For Grants Rounds



- [About](#about)
- [Getting Started](#getting-started)
- [Requirements](#requirements)
- [Installation](#installation)
- [Quickstart](#quickstart)
- [Usage](#usage)
- [Coverage](#coverage)
- [Audit Scope Details](#audit-scope-details)
- [Roles](#roles)
- [Known Issues](#known-issues)

# About

# Getting Started

## Requirements

- [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
- You'll know you did it right if you can run `git --version` and you see a response like `git version x.x.x`
- [foundry](https://getfoundry.sh/)
- You'll know you did it right if you can run `forge --version` and you see a response like `forge 0.2.0 (816e00b 2023-03-16T00:05:26.396218Z)`

## Installation

```bash
git clone
cd
make
```

## Quickstart

```bash
make test
```

# Usage

## Coverage

```bash
forge test --report debug
```

# Audit Scope Details

- Commit Hash: XXX
- Files in scope:
```
make scope
```
- Solc Version: X.X.X
- Chain(s) to deploy to:
- XXX
- ERC20 Token Compatibilities:
- XXX

## Roles

- Role1:

## Known Issues

- Issue1: