Skip to content

A curated list of awesome tools, frameworks, resources, and educational content for developing and auditing smart contracts. This list covers everything from the basics of smart contract development to advanced security practices.

Notifications You must be signed in to change notification settings

awesomelistsio/awesome-smart-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Awesome Smart Contracts Awesome Lists

Buy Me A Coffee   Ko-Fi   PayPal   Stripe

A curated list of awesome tools, frameworks, resources, and educational content for developing and auditing smart contracts. This list covers everything from the basics of smart contract development to advanced security practices.

Contents

General Resources

Programming Languages

  • Solidity - The most widely used programming language for writing Ethereum smart contracts.
  • Vyper - A Python-based smart contract language focused on simplicity and security.
  • Rust for Smart Contracts - Rust is used for developing smart contracts on platforms like NEAR and Solana.
  • Cairo - A language for writing smart contracts on StarkNet, focused on zero-knowledge proofs.

Development Frameworks

  • Truffle Suite - A popular development framework for building, testing, and deploying smart contracts.
  • Hardhat - A development environment for compiling, testing, and debugging smart contracts on Ethereum.
  • Brownie - A Python-based development framework for Ethereum smart contracts.
  • Foundry - A blazing fast, portable, and modular toolkit for Ethereum smart contracts.
  • Embark - A development framework for building dApps using smart contracts.

Libraries and Tools

  • OpenZeppelin Contracts - A library of secure, reusable smart contract components.
  • Ethers.js - A lightweight library for interacting with the Ethereum blockchain and smart contracts.
  • Web3.js - A JavaScript library for interacting with the Ethereum blockchain.
  • Solhint - A linter for Solidity code, helping developers follow best practices.
  • MythX - A smart contract security analysis platform for finding vulnerabilities.

Testing and Auditing

  • Ganache - A local Ethereum blockchain for testing smart contracts.
  • Waffle - A testing framework for smart contracts with advanced matchers and utilities.
  • Echidna - A smart contract fuzzing tool by Trail of Bits.
  • Slither - A static analysis tool for Solidity code to detect vulnerabilities.
  • MythX - An automated security analysis tool for Ethereum smart contracts.

Security Best Practices

Smart Contract Platforms

  • Ethereum - The leading platform for building and deploying smart contracts.
  • Binance Smart Chain (BSC) - A smart contract platform with lower fees and faster transactions.
  • Polygon - A Layer 2 scaling solution for Ethereum with support for smart contracts.
  • Avalanche - A smart contract platform with high throughput and low fees.
  • Solana - A high-performance blockchain supporting smart contracts with Rust and C programming.
  • Cardano - A blockchain platform that supports smart contracts using the Plutus language.
  • NEAR Protocol - A scalable blockchain with support for smart contracts written in Rust.

Educational Resources

  • Mastering Ethereum - An open-source book by Andreas M. Antonopoulos and Gavin Wood covering Ethereum and smart contract development.
  • CryptoZombies - A gamified platform for learning smart contract development using Solidity.
  • Solidity by Example - A collection of Solidity examples for learning smart contract development.
  • Ethereum 101 by Binance Academy - An introductory guide to smart contracts.
  • Buildspace - A platform offering free courses on building smart contracts and dApps.

Community and Forums

Contribute

Contributions are welcome!

License

CC0

About

A curated list of awesome tools, frameworks, resources, and educational content for developing and auditing smart contracts. This list covers everything from the basics of smart contract development to advanced security practices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages