{"id":10971,"url":"https://github.com/cjgdev/awesome-smart-contracts","name":"awesome-smart-contracts","description":"A curated list of awesome resources for Ethereum smart contract developers","projects_count":41,"last_synced_at":"2026-06-13T09:00:29.413Z","repository":{"id":79451089,"uuid":"66663093","full_name":"cjgdev/awesome-smart-contracts","owner":"cjgdev","description":"A curated list of awesome resources for Ethereum smart contract developers","archived":false,"fork":false,"pushed_at":"2018-04-13T18:04:33.000Z","size":2,"stargazers_count":39,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-27T18:03:50.477Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/cjgdev.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}},"created_at":"2016-08-26T16:31:32.000Z","updated_at":"2026-05-16T00:38:50.000Z","dependencies_parsed_at":"2023-03-12T08:13:00.588Z","dependency_job_id":null,"html_url":"https://github.com/cjgdev/awesome-smart-contracts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cjgdev/awesome-smart-contracts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjgdev%2Fawesome-smart-contracts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjgdev%2Fawesome-smart-contracts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjgdev%2Fawesome-smart-contracts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjgdev%2Fawesome-smart-contracts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cjgdev","download_url":"https://codeload.github.com/cjgdev/awesome-smart-contracts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjgdev%2Fawesome-smart-contracts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34278154,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"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"}},"created_at":"2024-01-12T20:23:28.393Z","updated_at":"2026-06-13T09:00:29.414Z","primary_language":null,"list_of_lists":false,"displayable":true,"categories":["Community","Documentation","Libraries","Utilities","Testing","License"],"sub_categories":[],"readme":"# Awesome Smart Contracts [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)\n\n\u003e Useful resources for writing Smart Contracts for [Ethereum](https://www.ethereum.org/).\n\n## Table of Contents\n\n* [Documentation](#documentation)\n* [Community](#community)\n* [Testing](#testing)\n\n## Documentation\n\n#### Official Documentation\n\n* [Homestead Guide](https://ethereum-homestead.readthedocs.org/en/latest/) - Ethereum Guide.\n* [Solidity](http://solidity.readthedocs.org/) - Solidity Programming Guide.\n\n#### Tutorials / Developer Guide\n\n* [Eris Solidity Tutorials](https://docs.erisindustries.com/tutorials/solidity/solidity-1/) - Tutorials | Solidity 1: The Five Types Model.\n* [Writing Upgradable Contracts](https://blog.colony.io/writing-upgradeable-contracts-in-solidity-6743f0eecc88#.y8mx9i998) - Writing Upgradable Contracts in Solidity.\n\n## Community\n\n#### Chat\n\n* [Gitter](https://gitter.im/ethereum/)\n* [Freenode IRC #ethereum](irc://irc.freenode.net/ethereum)\n\n#### Forums\n\n* [Official Blog](https://blog.ethereum.org/)\n* [Stack Exchange](https://ethereum.stackexchange.com/)\n* [Reddit](https://www.reddit.com/r/ethereum)\n\n#### News\n\n* [Twitter](https://twitter.com/ethereumproject)\n* [Youtube](http://www.youtube.com/ethereumproject)\n* [Facebook](https://www.facebook.com/ethereumproject)\n\n#### Meetups\n\n* [Meetups](http://ethereum.meetup.com/)\n\n#### Conference Videos\n\n* [Devcon1 2015](https://www.youtube.com/playlist?list=PLJqWcTqh_zKHQUFX4IaVjWjfT2tbS4NVk)\n* [Devcon0 2014](https://www.youtube.com/watch?v=_BvvUlKDqp0\u0026list=PLJqWcTqh_zKEjpSej3ddtDOKPRGl_7MhS)\n\n## Testing\n\n#### Test Frameworks\n\n* [Dapple](https://github.com/nexusdev/dapple) - Framework for Ethereum DApps.\n* [Embark](https://iurimatias.github.io/embark-framework/) - Installation instructions.\n* [Truffle](https://github.com/ConsenSys/truffle) - A development framework for Ethereum.\n\n## Libraries\n\n#### Parsers\n\n* [blockchaindev/solidity-parser](https://github.com/blockchaindev/solidity-parser) - A solidity language parser in Java.\n* [ConsenSys/solidity-parser](https://github.com/ConsenSys/solidity-parser) - Solidity Parser in Javascript.\n\n#### Solidity Libraries\n\n* [androlo/solidity-workshop](https://github.com/androlo/solidity-workshop) - Educational material for Solidity. Complement to solidity.readthedocs.com.\n* [androlo/standard-contracts](https://github.com/androlo/standard-contracts) - Storage repo for Solidity contracts, tests, and docs.\n* [Arachnid/solidity-stringutils](https://github.com/Arachnid/solidity-stringutils) - Basic string utilities for Solidity.\n* [axic/density](https://github.com/axic/density) - Density is a library or collection of useful modifiers and methods for Solidity.\n* [blockchaindev/smart-contract-patterns](https://github.com/blockchaindev/smart-contract-patterns) - Smart-Contract Patterns written in Solidity, collated for community good.\n* [chriseth/solidity-examples](https://github.com/chriseth/solidity-examples) - Solidity Examples by Dr. Christian Reitweisner (Lead C++ Ethereum Developer).\n* [fivedogit/solidity-baby-steps](https://github.com/fivedogit/solidity-baby-steps) - Contract examples for Ethereum.\n* [giblfiz/solidity](https://github.com/giblfiz/solidity) - This is a collection of public solidity contracts.\n* [nexusdev/dappsys](https://github.com/nexusdev/dappsys) - A solidity contract system framework for flexible multi-contract dapps.\n* [nexusdev/feedbase](https://github.com/nexusdev/feedbase) - Simple data access pattern for dumb, durable software objects (\"I thought I needed Oraclize\").\n* [oraclize/ethereum-api](https://github.com/oraclize/ethereum-api) - Oraclize API for Ethereum smart contracts.\n* [pipermerriam/ethereum-string-utils](https://github.com/pipermerriam/ethereum-string-utils) - String utility functions for ethereum contracts.\n\n#### LLL Libraries\n\n* [zigguratt/lll-resurrected](https://github.com/zigguratt/lll-resurrected) - An LLL-based smart contract function dispatcher and example contract.\n\n#### DApps\n\n* [ethereum/dapp-bin](https://github.com/ethereum/dapp-bin) - A place for all the ÐApps to live.\n* [slockit/DAO](https://github.com/slockit/DAO) - The Standard DAO Framework, inc. Whitepaper.\n\n## Utilities\n\n#### IDE\n\n* [dominicwilliams/instant-dapp-ide](https://github.com/dominicwilliams/instant-dapp-ide) - Complete Dapp and Solidity development environment as docker image you can run from command line.\n* [Solidity Browser](https://ethereum.github.io/browser-solidity/) - Solidity realtime compiler and runtime.\n\n#### REPL\n\n* [raineorshine/solidity-repl](https://github.com/raineorshine/solidity-repl) - Ethereum Solidity REPL.\n\n#### RPC\n\n* [nexusdev/seth](https://github.com/nexusdev/seth) - Perform Ethereum JSON-RPC calls from the comfort of your command line.\n\n#### Static Analysis\n\n* [duaraghav8/Solium](https://github.com/duaraghav8/Solium) - A customizable, stand-alone linter for Ethereum Solidity.\n\n#### Visualization\n\n* [raineorshine/solgraph](https://github.com/raineorshine/solgraph) - Visualize Solidity control flow for smart contract security analysis.\n\n## License\n\n[![CC0](https://i.creativecommons.org/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/)\n\nTo the extent possible under law, the author of this page has waived all copyright and related or neighboring rights to this work.\n","projects_url":"https://awesome.ecosyste.ms/api/v1/lists/cjgdev%2Fawesome-smart-contracts/projects"}