{"id":19374900,"url":"https://github.com/dappcoderr/foundry_fundme","last_synced_at":"2025-08-24T22:08:53.909Z","repository":{"id":237271895,"uuid":"793484815","full_name":"DappCoderr/Foundry_FundMe","owner":"DappCoderr","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-25T09:49:52.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-07T03:13:56.047Z","etag":null,"topics":["evm","foundry","smart-contracts","solidity"],"latest_commit_sha":null,"homepage":"","language":"Solidity","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DappCoderr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-04-29T10:03:48.000Z","updated_at":"2024-06-27T08:30:18.000Z","dependencies_parsed_at":"2024-11-10T08:36:35.354Z","dependency_job_id":"18fcdeaf-e158-45f4-a5a4-7b249ecf972d","html_url":"https://github.com/DappCoderr/Foundry_FundMe","commit_stats":null,"previous_names":["dappcoderr/foundry_fundme"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DappCoderr%2FFoundry_FundMe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DappCoderr%2FFoundry_FundMe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DappCoderr%2FFoundry_FundMe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DappCoderr%2FFoundry_FundMe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DappCoderr","download_url":"https://codeload.github.com/DappCoderr/Foundry_FundMe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240502508,"owners_count":19811815,"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":["evm","foundry","smart-contracts","solidity"],"created_at":"2024-11-10T08:36:28.553Z","updated_at":"2025-02-24T15:27:04.373Z","avatar_url":"https://github.com/DappCoderr.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Foundry\n\n**Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.**\n\nFoundry consists of:\n\n- **Forge**: Ethereum testing framework (like Truffle, Hardhat and DappTools).\n- **Cast**: Swiss army knife for interacting with EVM smart contracts, sending transactions and getting chain data.\n- **Anvil**: Local Ethereum node, akin to Ganache, Hardhat Network.\n- **Chisel**: Fast, utilitarian, and verbose solidity REPL.\n\n- To compile smart contract run: `forge build`\n- To deploy contract with deployment script run: `forge script script/deployFundMe.s.sol`\n- To run test file: `forge test`\n- To run a test file with a two console.log: `forge test --vv`\n- To run a single test run: `forge test -m (function name)`\n- To run a single test run: `forge test -m (function name) -vvv` (You will get a stack tree of the error you are facing)\n- Test coverage, run: `forge coverage --rpc-url` or we can write `forge coverage --fork-url`\n\n## Documentation\n\nhttps://book.getfoundry.sh/\n\n## Usage\n\n### Build\n\n```shell\n$ forge build\n```\n\n### Test\n\n```shell\n$ forge test\n```\n\n### Format\n\n```shell\n$ forge fmt\n```\n\n### Gas Snapshots\n\n```shell\n$ forge snapshot\n```\n\n### Anvil\n\n```shell\n$ anvil\n```\n\n### Deploy\n\n```shell\n$ forge script script/Counter.s.sol:CounterScript --rpc-url \u003cyour_rpc_url\u003e --private-key \u003cyour_private_key\u003e\n```\n\n### Cast\n\n```shell\n$ cast \u003csubcommand\u003e\n```\n\n### Help\n\n```shell\n$ forge --help\n$ anvil --help\n$ cast --help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdappcoderr%2Ffoundry_fundme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdappcoderr%2Ffoundry_fundme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdappcoderr%2Ffoundry_fundme/lists"}