https://github.com/gitcoinco/collections
https://github.com/gitcoinco/collections
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gitcoinco/collections
- Owner: gitcoinco
- License: mit
- Created: 2024-05-02T18:52:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T17:03:18.000Z (about 2 years ago)
- Last Synced: 2024-05-08T18:27:16.331Z (about 2 years ago)
- Language: Solidity
- Size: 105 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: