solidity
Contract builder
A comprehensive resource and framework for building smart contracts in the Ethereum Virtual Machine
Notes on Solidity
60 stars
1 watching
1 forks
Language: Solidity
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
paulrberg/foundry-template | A pre-configured development environment for building and testing Solidity smart contracts | 566 |
ethereum/solidity-examples | A collection of reusable Solidity code snippets for common tasks and Ethereum-related utilities | 539 |
nodefactoryio/solidity-node-docker-starter | A toolset for developing and deploying Ethereum smart contracts with Node.js and Docker | 62 |
solidstate-network/solidstate-solidity | A comprehensive development library for building and testing upgradeable Solidity smart contracts on the Ethereum blockchain. | 441 |
willitscale/learning-solidity | A comprehensive resource for learning Solidity programming language and building smart contracts on the Ethereum blockchain | 2,074 |
cyrusadkisson/solidity-baby-steps | A collection of examples demonstrating key concepts and best practices for writing Ethereum smart contracts in Solidity | 963 |
cryptofinlabs/cryptofin-solidity | A collection of Solidity libraries for building secure and gas-efficient smart contracts on Ethereum | 88 |
raineorshine/solidity-by-example | A collection of contract examples showcasing Solidity language features and use cases in Ethereum smart contracts | 430 |
ethereum/solc-js | A JavaScript interface to a compiler for the Solidity programming language used in Ethereum smart contracts. | 1,460 |
pcaversaccio/snekmate | Provides a set of reusable, modular smart contract components for secure and efficient Ethereum development | 510 |
paulrberg/hardhat-template | Develops Solidity smart contracts using Hardhat and TypeChain | 1,968 |
manojpramesh/solidity-cheatsheet | A comprehensive resource for writing smart contracts in Solidity, covering best practices and key concepts. | 1,463 |
juanfranblanco/vscode-solidity | A Visual Studio Code extension providing language support and tools for smart contract development in Ethereum using the Solidity programming language. | 903 |
smartcontractkit/foundry-starter-kit | A tool to help developers build, test, and deploy smart contracts using the Foundry framework | 335 |
wtfacademy/wtf-solidity-internals | A tutorial series explaining Solidity's storage layout, memory layout, and ABI encoding rules to help developers understand the internal workings of Smart Contracts. | 47 |