Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/transmissions11/goo-issuance
- Owner: transmissions11
- License: mit
- Created: 2022-08-27T18:31:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T18:21:47.000Z (about 2 years ago)
- Last Synced: 2024-10-31T17:51:50.281Z (2 months ago)
- Language: Solidity
- Homepage:
- Size: 24.4 KB
- Stars: 120
- Watchers: 2
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```