{"id":15632570,"url":"https://github.com/jamiew/webring3-new","last_synced_at":"2025-06-25T06:38:49.826Z","repository":{"id":66289765,"uuid":"541381833","full_name":"jamiew/webring3-new","owner":"jamiew","description":"Rebuild of webring3 using latest forge templates","archived":false,"fork":false,"pushed_at":"2022-09-26T02:43:28.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-19T03:48:24.858Z","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/jamiew.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-09-26T02:43:26.000Z","updated_at":"2022-09-26T03:15:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"9ea07099-fedf-4088-8a13-1a416f549ce7","html_url":"https://github.com/jamiew/webring3-new","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"d5143a72d940796fcac421f7a3b14b1b9675e569"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":"foundry-rs/forge-template","purl":"pkg:github/jamiew/webring3-new","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamiew%2Fwebring3-new","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamiew%2Fwebring3-new/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamiew%2Fwebring3-new/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamiew%2Fwebring3-new/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamiew","download_url":"https://codeload.github.com/jamiew/webring3-new/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamiew%2Fwebring3-new/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261821183,"owners_count":23214840,"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-10-03T10:44:37.992Z","updated_at":"2025-06-25T06:38:49.808Z","avatar_url":"https://github.com/jamiew.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003ch1 align=\"center\"\u003e Forge Template \u003c/h1\u003e\n\n**Template repository for getting started quickly with Foundry projects**\n\n![Github Actions](https://github.com/foundry-rs/forge-template/workflows/CI/badge.svg)\n\n## Getting Started\n\nClick \"Use this template\" on [GitHub](https://github.com/foundry-rs/forge-template) to create a new repository with this repo as the initial state.\n\nOr, if your repo already exists, run:\n```sh\nforge init\nforge build\nforge test\n```\n\n## Writing your first test\n\nAll you need is to `import forge-std/Test.sol` and then inherit it from your test contract. Forge-std's Test contract comes with a pre-instatiated [cheatcodes environment](https://book.getfoundry.sh/cheatcodes/), the `vm`. It also has support for [ds-test](https://book.getfoundry.sh/reference/ds-test.html)-style logs and assertions. Finally, it supports Hardhat's [console.log](https://github.com/brockelmore/forge-std/blob/master/src/console.sol). The logging functionalities require `-vvvv`.\n\n```solidity\npragma solidity 0.8.10;\n\nimport \"forge-std/Test.sol\";\n\ncontract ContractTest is Test {\n    function testExample() public {\n        vm.roll(100);\n        console.log(1);\n        emit log(\"hi\");\n        assertTrue(true);\n    }\n}\n```\n\n## Development\n\nThis project uses [Foundry](https://getfoundry.sh). See the [book](https://book.getfoundry.sh/getting-started/installation.html) for instructions on how to install and use Foundry.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamiew%2Fwebring3-new","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamiew%2Fwebring3-new","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamiew%2Fwebring3-new/lists"}