{"id":19147865,"url":"https://github.com/refcell/c4box","last_synced_at":"2025-08-12T18:43:20.205Z","repository":{"id":150177125,"uuid":"463241840","full_name":"refcell/c4box","owner":"refcell","description":"Code 4rena Sandbox \u0026 Exploits","archived":false,"fork":false,"pushed_at":"2022-03-01T20:28:38.000Z","size":293,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-01T22:20:51.062Z","etag":null,"topics":["code4rena","exploits","solidity"],"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-02-24T17:34:10.000Z","updated_at":"2023-12-10T19:15:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"73a93b03-0d49-4ff8-bf81-ec1807af7fb4","html_url":"https://github.com/refcell/c4box","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"refcell/femplate","purl":"pkg:github/refcell/c4box","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refcell%2Fc4box","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refcell%2Fc4box/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refcell%2Fc4box/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refcell%2Fc4box/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/refcell","download_url":"https://codeload.github.com/refcell/c4box/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refcell%2Fc4box/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270116675,"owners_count":24530276,"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","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["code4rena","exploits","solidity"],"created_at":"2024-11-09T07:52:35.529Z","updated_at":"2025-08-12T18:43:20.160Z","avatar_url":"https://github.com/refcell.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg align=\"right\" width=\"180\" height=\"150\" top=\"100\" src=\"./assets/hat.png\"\u003e\n\n# c4box  • [![tests](https://github.com/abigger87/c4box/actions/workflows/tests.yml/badge.svg)](https://github.com/abigger87/c4box/actions/workflows/tests.yml) [![lints](https://github.com/abigger87/c4box/actions/workflows/lints.yml/badge.svg)](https://github.com/abigger87/c4box/actions/workflows/lints.yml) ![GitHub](https://img.shields.io/github/license/abigger87/c4box) ![GitHub package.json version](https://img.shields.io/github/package-json/v/abigger87/c4box)\n\n[Code 4rena](https://code4rena.com/) Sandbox \u0026 Exploits\n\n\n## Overview\n\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└─ FindOutYourself.jpeg\n```\n\n## Development\n\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#### Install DappTools\n\nInstall DappTools using their [installation guide](https://github.com/dapphub/dapptools#installation).\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/c4box/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%2Fc4box","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frefcell%2Fc4box","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefcell%2Fc4box/lists"}