Skip to content

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

Notifications You must be signed in to change notification settings

pblin/awesome-solidity

 
 

Repository files navigation

awesome-solidity Awesome Build Status PRs Welcome

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

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

Contents

Resources

Official

Tutorials

  • Monax Smart Contract Tutorial - Tutorial series which begins with a very simple smart contract and teaches how to gradually increase the complexity of your contracts with relevant design patterns.
  • Solidity Workshop - Comprehensive series of tutorials covering contract-oriented programming and advanced language concepts.
  • Upgradable Contracts - Medium article on writing upgradable contracts.
  • EthereumDev.io - Complete tutorial from starting to writing complex smart contracts and DApps.
  • Learn Solidity - Complete guide on getting started, creating your own crypto, ICOs and deployment.
  • CryptoZombies - Interactive code school that teaches you to write smart contracts through building your own crypto-collectables game.

Examples

Libraries

  • dapp-bin - Ethereum repo providing implementations for many common data structures and utilities in Solidity, Serpent and LLL.
  • dappsys - Contract system framework for flexible multi-contract dapps.
  • 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.
  • Solidity Collections - Collections of code snippets and utility libraries.
  • Solidity Standard Library - Proof-of-concept for standard library.
  • sqlsol - Event-driven SQLite3 cache for syncing with smart contracts.
  • Truffle - Development environment, testing framework and asset pipeline for Ethereum.
  • Zeppelin - Framework to build secure smart contracts.
  • DappTools - Command-line-friendly tools for blockchain development.

Tools

General

  • REPL - REPL CLI.
  • solgraph - Visualize control flows for smart contract security analysis.
  • Online Compiler - Online realtime compiler and runtime.

DevOps

  • Embark - Framework that allows you to easily develop and deploy DApps.

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.

Utility

  • solhint - Solidity linter that provides security, style guide and best practice rules for smart contract validation.
  • solium - Linter to identify and fix style & security issues in Solidity smart contracts.
  • sol-tester - Utilities for building, linking and testing contracts using go-ethereum and the simulated chain.
  • solcover - Code coverage tool.
  • ethrain - Gets you testnet ether without mining.
  • rpc-check - Reviews the json rpc interface from "outside".

Webpack

Editor Plugins

Atom

Emacs

IntelliJ

Sublime

Vim

Visual Studio


License

CC0

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

About

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

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%