{"id":19147776,"url":"https://github.com/refcell/twiddles","last_synced_at":"2026-06-13T00:30:22.807Z","repository":{"id":150177955,"uuid":"451709528","full_name":"refcell/twiddles","owner":"refcell","description":"A Collection of Breakage, Twiddles, and Odd Bitmagic","archived":false,"fork":false,"pushed_at":"2022-01-25T03:10:52.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-03T17:34:41.909Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Solidity","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/refcell.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-01-25T02:36:00.000Z","updated_at":"2023-12-10T19:16:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"3c0ecc11-fead-421e-a3fb-9d259309a045","html_url":"https://github.com/refcell/twiddles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"refcell/femplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refcell%2Ftwiddles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refcell%2Ftwiddles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refcell%2Ftwiddles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refcell%2Ftwiddles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/refcell","download_url":"https://codeload.github.com/refcell/twiddles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240232020,"owners_count":19768931,"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-09T07:52:22.129Z","updated_at":"2026-06-13T00:30:22.749Z","avatar_url":"https://github.com/refcell.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"# twiddles  • [![tests](https://github.com/abigger87/twiddles/actions/workflows/tests.yml/badge.svg)](https://github.com/abigger87/twiddles/actions/workflows/tests.yml) [![lints](https://github.com/abigger87/twiddles/actions/workflows/lints.yml/badge.svg)](https://github.com/abigger87/twiddles/actions/workflows/lints.yml) ![GitHub](https://img.shields.io/github/license/abigger87/twiddles) ![GitHub package.json version](https://img.shields.io/github/package-json/v/abigger87/twiddles)\n\nA Collection of Breakage, Twiddles, and Odd Bitmagic.\n\n## Blueprint\n\n```ml\nlib\n├─ ds-test — https://github.com/dapphub/ds-test\n├─ forge-std — https://github.com/brockelmore/forge-std\n├─ solmate — https://github.com/Rari-Capital/solmate\n├─ clones-with-immutable-args — https://github.com/wighawag/clones-with-immutable-args\nsrc\n├─ tests\n│  └─ InlineEvents.t — \"Inline Event Tests\"\n└─ InlineEvents — \"Inline assignment in events\"\n```\n\n## Configuration\n\n#### Install DappTools\n\nInstall DappTools using their [installation guide](https://github.com/dapphub/dapptools#installation).\n\n#### First time with Forge/Foundry?\n\nSee the official Foundry installation [instructions](https://github.com/gakonst/foundry/blob/master/README.md#installation).\n\nDon't have [rust](https://www.rust-lang.org/tools/install) installed?\nRun\n```bash\ncurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\n```\n\nThen, install the [foundry](https://github.com/gakonst/foundry) toolchain installer (`foundryup`) with:\n```bash\ncurl -L https://foundry.paradigm.xyz | bash\n```\n\nNow that you've installed the `foundryup` binary,\nanytime you need to get the latest `forge` or `cast` binaries,\nyou can run `foundryup`.\n\nSo, simply execute:\n```bash\nfoundryup\n```\n\n🎉 Foundry is installed! 🎉\n\n#### Setup\n\n```bash\nmake\n# OR #\nmake setup\n```\n\n#### Build\n\n```bash\nmake build\n```\n\n#### Run Tests\n\n```bash\nmake test\n```\n\n#### Configure Foundry\n\nUsing [foundry.toml](./foundry.toml), Foundry is easily configurable.\n\n## License\n\n[AGPL-3.0-only](https://github.com/abigger87/twiddles/blob/master/LICENSE)\n\n# Acknowledgements\n\n- [foundry](https://github.com/gakonst/foundry)\n- [solmate](https://github.com/Rari-Capital/solmate)\n- [forge-std](https://github.com/brockelmore/forge-std)\n- [clones-with-immutable-args](https://github.com/wighawag/clones-with-immutable-args).\n- [foundry-toolchain](https://github.com/onbjerg/foundry-toolchain) by [onbjerg](https://github.com/onbjerg).\n- [forge-template](https://github.com/FrankieIsLost/forge-template) by [FrankieIsLost](https://github.com/FrankieIsLost).\n- [Georgios Konstantopoulos](https://github.com/gakonst) for [forge-template](https://github.com/gakonst/forge-template) resource.\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%2Frefcell%2Ftwiddles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frefcell%2Ftwiddles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefcell%2Ftwiddles/lists"}