ssetzer / awesome-solidity

:small_blue_diamond: A curated list of awesome Solidity resources, libraries, tools and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

awesome-solidity

awesome list badge build status badge pull requests welcome badge

A curated list of awesome Solidity resources, libraries, tools and more.

Please check the contribution guidelines for information on formatting and writing pull requests.

Contents

Resources

Official

Tutorials

Security

Examples

Templates

  • paulrberg/solidity-template - Github template for writing contracts (uses: Hardhat, TypeChain, Ethers, Waffle, Solhint, Solcover, Prettier Plugin Solidity).

Books

  • Blockchain in Action - Book that teaches the essential principles of blockchain and how to create your own decentralized apps.
  • Mastering Ethereum - Mastering Ethereum is a book for developers, offering a guide to the operation and use of the Ethereum, Ethereum Classic, RootStock (RSK) and other compatible EVM-based open blockchains.

Practice

  • ChainShot - Hands-on learning with challenging coding tutorials.
  • Eth Hole - Practice challenges for building portfolio, added to weekly.

Jobs

Libraries

  • create-truffle-dapp - CLI to create and deploy Truffle projects with no configuration.
  • dapp-bin - Ethereum repo providing implementations for many common data structures and utilities in Solidity, Serpent and LLL.
  • DApp development starter - Starter repository with Docker containers for building decentralized applications with Truffle and Node.Js as backend server.
  • dapp-scratch - CLI for generating javascript modules from Contracts for Decentralized Apps.
  • dappsys - Contract system framework for flexible multi-contract dapps.
  • DappTools - Command-line-friendly tools for blockchain development.
  • instant-dapp-ide - Complete Dapp and Solidity development environment as a docker image you can run from command line.
  • Modular Libraries - Deployed utility libraries to use in your smart contracts.
  • ocaml-solidity - OCaml library providing a parser, a typechecker and miscellaneous utilities for manipulating contracts.
  • OpenZeppelin - Framework to build secure smart contracts.
  • Smart Contracts Skeleton - Preconfigured skeleton repository for building or starting with development of Smart contracts.
  • smartcontractkit/LinkToken - LINK Token Contracts for the Chainlink Network.
  • Solidity Collections - Collections of code snippets and utility libraries.
  • Solidity Standard Library - Standard library (Array, random, math, string).
  • studydefi/money-legos - NPM package that provides you with the mainnet addresses, ABIs, and Solidity interfaces for popular DeFi protocols.
  • Truffle - Development environment, testing framework and asset pipeline for Ethereum.
  • truffle-assertions - Adds additional assertions and utilities used in testing smart contracts with truffle.

Tools

General

  • Cryptofex - Standalone IDE and compiler.
  • Hardhat - A task runner for Ethereum smart contract developers.
  • Remix - Online realtime compiler and runtime.
  • REPL - REPL CLI.
  • SIF - Code generation from the AST, analyse and instrument source code.
  • Smart Contract Sanctuary - A home for ethereum smart contracts, all verified smart contracts from Etherscan.
  • solgraph - Visualize control flows for smart contract security analysis.
  • sol-merger - Merges all imports into single file for contracts.
  • solidity-docgen - Documentation generator for Solidity projects.
  • Tenderly - Easily monitor your smart contracts with error tracking, alerting, performance metrics, and detailed contract analytics.

Audit

  • Echidna - Define properties for your smart contract then use fuzzing to catch security bugs.
  • Manticore - Detects many common bug types, and can prove correctness properties with symbolic execution.
  • Mythril - Security analysis tool for smart contracts.
  • ethereum/sourcify - Re-compiler that can be used to verify that bytecode corresponds to certain source code.
  • eth-sri/securify2 - Tool for analyzing smart contracts for vulnerabilities and insecure coding.
  • Slither - Static analyzer with support for many common bug types, including visualization tools for security-relevant information.
  • MythX - Detection for security vulnerabilities in Ethereum smart contracts throughout the development life cycle

DevOps

  • Embark - Framework that allows you to easily develop and deploy DApps.
  • Moesif - Service that provides Ethereum smart contract analytics and anomaly detection for DApps and DAPIs.

JavaScript

  • solc-js - JavaScript bindings for the Solidity compiler.
  • solidity-parser - Solidity parser built in JavaScript.
  • sulk - Configurable contract compilation.

TypeScript

  • Soltsice - Generates strongly-typed TypeScript classes for contracts from Truffle artifacts with a single command.
  • TypeChain - TypeScript bindings for Ethereum smart contracts.

Utility

  • solhint - Solidity linter that provides security, style guide and best practice rules for smart contract validation.
  • Ethlint - Linter to identify and fix style & security issues in Solidity smart contracts.
  • sol-profiler - CLI tool to list & store solidity smart contract methods attributes.
  • sol-tester - Utilities for building, linking and testing contracts using go-ethereum and the simulated chain.
  • sol-verifier - Verify solidity smart contracts on Etherscan.
  • solidity-coverage - Code coverage tool.
  • truffle-plugin-verify - Truffle plugin to verify smart contracts on Etherscan from the Truffle command line.
  • Tenderly CLI - Speed up your development with error stack traces.

Webpack

Editor Plugins

Atom

Eclipse

  • uml2solidity - Model smart contracts with UML.
  • YAKINDU Solidity Tools - Features context sensitive code completion and help, code navigation, syntax coloring, built in compiler, quick fixes and templates.

Emacs

IntelliJ

Sublime

Vim

Visual Studio Code


License

CC0

To the extent possible under law, Ben Kremer has waived all copyright and related or neighboring rights to this work.

About

:small_blue_diamond: A curated list of awesome Solidity resources, libraries, tools and more