{"id":13767197,"url":"https://github.com/Maddiaa0/huff-vrgda","last_synced_at":"2025-05-10T22:31:34.689Z","repository":{"id":78145022,"uuid":"528990864","full_name":"Maddiaa0/huff-vrgda","owner":"Maddiaa0","description":"Huff Implementation of VRGDAs","archived":false,"fork":false,"pushed_at":"2022-09-12T16:50:56.000Z","size":71,"stargazers_count":41,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-19T04:26:28.340Z","etag":null,"topics":["ethereum","huff","solidity"],"latest_commit_sha":null,"homepage":"","language":"Solidity","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Maddiaa0.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-08-25T19:26:59.000Z","updated_at":"2023-07-02T05:30:16.000Z","dependencies_parsed_at":"2023-03-07T16:30:28.755Z","dependency_job_id":null,"html_url":"https://github.com/Maddiaa0/huff-vrgda","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/Maddiaa0%2Fhuff-vrgda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maddiaa0%2Fhuff-vrgda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maddiaa0%2Fhuff-vrgda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maddiaa0%2Fhuff-vrgda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Maddiaa0","download_url":"https://codeload.github.com/Maddiaa0/huff-vrgda/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250735434,"owners_count":21478606,"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":["ethereum","huff","solidity"],"created_at":"2024-08-03T16:01:06.050Z","updated_at":"2025-05-10T22:31:34.224Z","avatar_url":"https://github.com/Maddiaa0.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/blueprint.png\"\u003e\n\n# huff-VRGDA • [![ci](https://github.com/huff-language/huff-project-template/actions/workflows/ci.yaml/badge.svg)](https://github.com/huff-language/huff-project-template/actions/workflows/ci.yaml) ![license](https://img.shields.io/github/license/huff-language/huff-project-template.svg) ![solidity](https://img.shields.io/badge/solidity-^0.8.15-lightgrey)\n\nNote this codebase is experimental and is not ready to be used in production, it is meant as a learning resource.\n\nGenerated with:\nVersatile 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 use template\n\nClick \"Use this template\" on [GitHub](https://github.com/huff-language/huff-project-template) to create a new repository with this repo as the initial state.\n\nOr run:\n\n```\ngit clone https://github.com/huff-language/huff-project-template\ncd huff-project-template\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\n├─ solmate - https://github.com/transmissions11/solmate\nsrc\n├─ utils\n|   ├─ signedWadMath.huff - An extension of https://github.com/pentagonxyz/huffmate/blob/main/src/math/FixedPointMath.huff\n|   ├─ testHelpers.huff - A collection of helpers for writing huff tests\n|   ├─ testWadMath.t.huff - Huff tests for signedWadMath huff methods\n|   └─ returnUtils.huff - Utils for wrapper contracts\n├─ wrappers\n|   ├─ LinearVRGDAWrapper.huff - A testing wrapper for linear VRGDAs\n|   └─ LogisticVRGDAWrapper.huff - A testing wrapper for linear VRGDAs\n├─ LinearVRGDA.huff - A linear VRGDA implementation\n├─ LogisticVRGDA.huff - A logistic VRGDA implementation\n└─ VRGDA.huff - A VRGDA 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- [forge-template](https://github.com/foundry-rs/forge-template)\n- [femplate](https://github.com/abigger87/femplate)\n- [huffmate](https://github.com/pentagonxyz/huffmate)\n- [VRGDAs](https://github.com/transmissions11/VRGDAs)\n- [huff-rs](https://github.com/huff-language/huff-rs)\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%2FMaddiaa0%2Fhuff-vrgda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMaddiaa0%2Fhuff-vrgda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMaddiaa0%2Fhuff-vrgda/lists"}