{"id":21231205,"url":"https://github.com/clemlak/huff-examples","last_synced_at":"2025-03-15T02:22:04.254Z","repository":{"id":101905528,"uuid":"555487273","full_name":"clemlak/huff-examples","owner":"clemlak","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-23T06:46:12.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-21T18:15:55.713Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/clemlak.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-21T17:20:55.000Z","updated_at":"2022-10-21T17:21:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"3c02b465-0cb7-42ed-b618-e3a261c88c81","html_url":"https://github.com/clemlak/huff-examples","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/clemlak%2Fhuff-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clemlak%2Fhuff-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clemlak%2Fhuff-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clemlak%2Fhuff-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clemlak","download_url":"https://codeload.github.com/clemlak/huff-examples/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243672844,"owners_count":20328824,"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":[],"created_at":"2024-11-20T23:41:21.736Z","updated_at":"2025-03-15T02:22:04.233Z","avatar_url":"https://github.com/clemlak.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg align=\"right\" width=\"150\" height=\"150\" top=\"100\" src=\"./assets/blueprint.png\"\u003e\n\n# huff-project-template • [![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\nVersatile Huff Project Template using Foundry.\n\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 (92f8951 2022-08-06T00:09:32.96582Z)`\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.3.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\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\nscripts\n├─ Deploy.s.sol — Deployment Script\nsrc\n├─ SimpleStore — A Simple Storage Contract in Huff\ntest\n└─ SimpleStore.t — SimpleStoreTests\n```\n\n\n## License\n\n[The Unlicense](https://github.com/huff-language/huff-project-template/blob/master/LICENSE)\n\n\n## Acknowledgements\n\n- [forge-template](https://github.com/foundry-rs/forge-template)\n- [femplate](https://github.com/abigger87/femplate)\n\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._","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclemlak%2Fhuff-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclemlak%2Fhuff-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclemlak%2Fhuff-examples/lists"}