{"id":13767083,"url":"https://github.com/PraneshASP/huff-goo-issuance","last_synced_at":"2025-05-10T22:31:30.168Z","repository":{"id":104087820,"uuid":"535248112","full_name":"PraneshASP/huff-goo-issuance","owner":"PraneshASP","description":"GOO(Gradual Ownership Optimization) issuance implementation using Huff","archived":false,"fork":false,"pushed_at":"2022-10-01T07:53:33.000Z","size":150,"stargazers_count":34,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-17T02:34:23.978Z","etag":null,"topics":["evm","huff","smart-contracts"],"latest_commit_sha":null,"homepage":"","language":"Solidity","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PraneshASP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-09-11T09:25:00.000Z","updated_at":"2024-02-23T19:43:50.000Z","dependencies_parsed_at":"2023-07-03T01:19:01.959Z","dependency_job_id":null,"html_url":"https://github.com/PraneshASP/huff-goo-issuance","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"huff-language/huff-project-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PraneshASP%2Fhuff-goo-issuance","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PraneshASP%2Fhuff-goo-issuance/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PraneshASP%2Fhuff-goo-issuance/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PraneshASP%2Fhuff-goo-issuance/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PraneshASP","download_url":"https://codeload.github.com/PraneshASP/huff-goo-issuance/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253492529,"owners_count":21916959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["evm","huff","smart-contracts"],"created_at":"2024-08-03T16:01:04.386Z","updated_at":"2025-05-10T22:31:29.832Z","avatar_url":"https://github.com/PraneshASP.png","language":"Solidity","funding_links":[],"categories":["Huff projects you can learn from and contribute to"],"sub_categories":[],"readme":"\u003cimg align=\"right\" width=\"150\" height=\"150\" top=\"100\" src=\"./assets/icon.png\"\u003e\n\n# huff-goo-issuance • [![tests](https://github.com/PraneshASP/huff-goo-issuance/actions/workflows/ci.yaml/badge.svg)](https://github.com/PraneshASP/huff-goo-issuance/actions/workflows/ci.yaml) [![license](https://img.shields.io/badge/Unlicense-blue.svg?label=license)](https://github.com/PraneshASP/huff-goo-issuance/blob/main/LICENSE)\n\nHuff implmentation of GOO (Gradual Ownership Optimization) Issuance. Read the [whitepaper here](https://www.paradigm.xyz/2022/09/goo).\n\n\u003e Note: This codebase is experimental and is not ready to be used in production, it is meant as a learning resource.\n\nGenerated with: Versatile Huff Project Template using Foundry.\n\n## Getting Started\n\n### Requirements\n\nThe following will need to be installed in order to use this template. Please follow the links and instructions.\n\n- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)\n  - You'll know you've done it right if you can run `git --version`\n- [Foundry / Foundryup](https://github.com/gakonst/foundry)\n  - This will install `forge`, `cast`, and `anvil`\n  - You can test you've installed them right by running `forge --version` and get an output like: `forge 0.2.0 (f016135 2022-07-04T00:15:02.930499Z)`\n  - To get the latest of each, just run `foundryup`\n- [Huff Compiler](https://docs.huff.sh/get-started/installing/)\n  - You'll know you've done it right if you can run `huffc --version` and get an output like: `huffc 0.2.0`\n\n### Quickstart\n\n1. Clone this repo or run:\n\n```\ngit clone https://github.com/PraneshASP/huff-goo-issuance\ncd huff-goo-issuance\n```\n\n2. Install dependencies:\n\nOnce you've cloned and entered into your repository, you need to install the necessary dependencies. In order to do so, simply run:\n\n```shell\nforge install\n```\n\n3. Build \u0026 Test:\n\nTo build and test your contracts, you can run:\n\n```shell\nforge build\nforge test\n```\n\nFor more information on how to use Foundry, check out the [Foundry Github Repository](https://github.com/foundry-rs/foundry/tree/master/forge) and the [foundry-huff library repository](https://github.com/huff-language/foundry-huff).\n\n## Blueprint\n\n```ml\nlib\n├─ forge-std — https://github.com/foundry-rs/forge-std\n├─ foundry-huff — https://github.com/huff-language/foundry-huff\nsrc\n├─ utils\n|   └─ WadMath.huff - Wad Math lib\n|\n├─ wrappers\n|   └─ LibGOOWrapper.huff - A testing wrapper for LibGOO.huff\n|\n└─ LibGOO.huff - A GOO library implementation\n\n```\n\n## License\n\n[The Unlicense](https://github.com/huff-language/huff-project-template/blob/master/LICENSE)\n\n## Acknowledgements\n\n- [Original implementation in Solidity by t11s 👑](https://github.com/transmissions11/goo-issuance)\n- [huff-template](https://github.com/huff-language/huff-project-template)\n\n## Disclaimer\n\n_These smart contracts are being provided as is. No guarantee, representation or warranty is being made, express or implied, as to the safety or correctness of the user interface or the smart contracts. They have not been audited and as such there can be no assurance they will work as intended, and users may experience delays, failures, errors, omissions, loss of transmitted information or loss of funds. The creators are not liable for any of the foregoing. Users should proceed with caution and use at their own risk._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPraneshASP%2Fhuff-goo-issuance","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPraneshASP%2Fhuff-goo-issuance","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPraneshASP%2Fhuff-goo-issuance/lists"}