solc-bin
Compiler binaries
Provides current and historical builds of the Solidity Compiler
This repository contains current and historical builds of the Solidity Compiler.
401 stars
31 watching
407 forks
Language: JavaScript
last commit: 10 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ethereum/solc-js | A JavaScript interface to a compiler for the Solidity programming language used in Ethereum smart contracts. | 1,456 |
crytic/solc-select | A tool to manage and switch between Solidity compiler versions | 755 |
deno-web3/solc | Provides TypeScript bindings for compiling and deploying Solidity smart contracts on the Ethereum blockchain. | 72 |
tintinweb/solidity-shell | An interactive shell for writing and executing Solidity code | 544 |
merklejerk/solpp | A preprocessor and flattener for Ethereum's Solidity source files | 112 |
ethereum/solidity-examples | A collection of reusable Solidity code snippets for common tasks and Ethereum-related utilities | 535 |
ethereum/emacs-solidity | A language mode for Solidity, used in Ethereum blockchain development | 206 |
lukehedger/sulk | A tool that automates the process of compiling Solidity smart contracts with configuration stored in separate files. | 9 |
eagr/sol-repl | A tool that provides an interactive environment to experiment with Solidity snippets and execute smart contract code in Ethereum | 4 |
hyperledger-solang/solang | A Solidity compiler that enables development and deployment of smart contracts on multiple blockchain platforms | 1,270 |
duaraghav8/ethlint | Analyzes Solidity code for style and security issues and fixes them. | 927 |
raineorshine/solidity-repl | A tool that allows developers to interact with and execute Ethereum Solidity code using a JavaScript REPL (Read-Eval-Print Loop) | 396 |
intellij-solidity/intellij-solidity | A plugin for IntelliJ IDEA to support smart contract development in the Solidity programming language | 1,076 |
tintinweb/ethereum-dasm | An ethereum bytecode disassembler and analysis tool | 219 |
raineorshine/solidity-by-example | A collection of contract examples showcasing Solidity language features and use cases in Ethereum smart contracts | 430 |