Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/transmissions11/goo-issuance

GOO (Gradual Ownership Optimization) Issuance.
https://github.com/transmissions11/goo-issuance

Last synced: 2 months ago
JSON representation

GOO (Gradual Ownership Optimization) Issuance.

Awesome Lists containing this project

README

        

# goo-issuance • [![CI](https://github.com/transmissions11/goo-issuance/actions/workflows/tests.yml/badge.svg)](https://github.com/transmissions11/goo-issuance/actions/workflows/tests.yml)

GOO (Gradual Ownership Optimization) Issuance. Read the [whitepaper here](https://www.paradigm.xyz/2022/09/goo).

## Contributing

You will need a copy of [Foundry](https://github.com/foundry-rs/foundry) installed before proceeding. See the [installation guide](https://github.com/foundry-rs/foundry#installation) for details.

### Setup

```sh
git clone https://github.com/transmissions11/goo-issuance.git
cd goo-issuance
forge install
```

### Run Tests

```sh
forge test
```

### Update Gas Snapshots

```sh
forge snapshot
```