{"id":31006035,"url":"https://github.com/blamca/solidity-development-toolkit","last_synced_at":"2026-05-18T10:08:30.065Z","repository":{"id":310820948,"uuid":"1041352100","full_name":"blamca/solidity-development-toolkit","owner":"blamca","description":"Complete toolkit for Solidity \u0026 Foundry development with templates, utilities, and best practices","archived":false,"fork":false,"pushed_at":"2025-08-20T12:37:15.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-13T02:19:30.402Z","etag":null,"topics":["blockchain","ethereum","foundry","security","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/blamca.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,"zenodo":null}},"created_at":"2025-08-20T11:09:19.000Z","updated_at":"2025-08-20T12:37:19.000Z","dependencies_parsed_at":"2025-08-20T13:22:36.802Z","dependency_job_id":"1f89c5ba-70bc-4269-abc4-9f1d320e4c09","html_url":"https://github.com/blamca/solidity-development-toolkit","commit_stats":null,"previous_names":["blamca/solidity-development-toolkit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blamca/solidity-development-toolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blamca%2Fsolidity-development-toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blamca%2Fsolidity-development-toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blamca%2Fsolidity-development-toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blamca%2Fsolidity-development-toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blamca","download_url":"https://codeload.github.com/blamca/solidity-development-toolkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blamca%2Fsolidity-development-toolkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33174091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["blockchain","ethereum","foundry","security","smart-contracts","solidity"],"created_at":"2025-09-13T02:03:54.141Z","updated_at":"2026-05-18T10:08:30.049Z","avatar_url":"https://github.com/blamca.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blockchain Development Toolkit\n\nCollection of useful scripts and tools for blockchain development.\n\n## Scripts\n\n### Gas Cost Analyzer\nReal-time gas cost comparison across multiple networks.\n\n**Supported Networks:**\n| Network | Chain ID |\n|---------|----------|\n| Ethereum Mainnet | 1 |\n| Base | 8453 |\n| Polygon | 137 |\n| Arbitrum | 42161 |\n| Optimism | 10 |\n\n**Usage:**\n```bash\nforge script script/GasChecker.s.sol --rpc-url https://mainnet.base.org\n```\n\n**Sample Output:**\n```\nNetwork: Base\nGas Price: 18 milli-gwei\nETH Price: $ 4168\nTransfer Cost: $ 1620 micro-USD\nTransfer Cost in USD: ~$0.00 16\n```\n\n**What it does:**\n- Fetches current gas prices from the network\n- Gets real-time ETH/USD price from Chainlink oracles\n- Calculates cost of simple transfer (21,000 gas)\n- Converts to readable USD format\n\n## Quick Start\n\n### Prerequisites\n```bash\n# Install Foundry\ncurl -L https://foundry.paradigm.xyz | bash\nfoundryup\n```\n\n### Installation\n```bash\ngit clone \u003cyour-repo-url\u003e\ncd \u003crepo-name\u003e\n```\n\n### Run Gas Analyzer\n```bash\n# Different networks\nforge script script/GasChecker.s.sol --rpc-url https://mainnet.base.org\nforge script script/GasChecker.s.sol --rpc-url https://polygon-rpc.com\nforge script script/GasChecker.s.sol --rpc-url https://arb1.arbitrum.io/rpc\n```\n\n## Use Cases\n\n- **Developers:** Choose optimal deployment network\n- **DeFi Users:** Find cheapest transaction costs  \n- **Traders:** Calculate real trading costs\n- **Researchers:** Track gas price trends\n\n## Technical Details\n\n- Uses Chainlink price feeds for accurate ETH/USD conversion\n- Calculates costs for 21,000 gas (standard ETH transfer)\n- Supports multiple networks through configurable mapping\n- Real-time data fetching with error handling\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblamca%2Fsolidity-development-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblamca%2Fsolidity-development-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblamca%2Fsolidity-development-toolkit/lists"}