https://github.com/transmissions11/goo-issuance
GOO (Gradual Ownership Optimization) Issuance.
https://github.com/transmissions11/goo-issuance
Last synced: about 1 year 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T18:21:47.000Z (over 3 years ago)
- Last Synced: 2025-04-04T09:09:35.811Z (about 1 year ago)
- Language: Solidity
- Homepage:
- Size: 24.4 KB
- Stars: 121
- Watchers: 2
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goo-issuance • [](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
```