solc-select
Compiler manager
A tool to manage and switch between Solidity compiler versions
Manage and switch between Solidity compiler versions
764 stars
21 watching
103 forks
Language: Python
last commit: about 1 year ago
Linked from 1 awesome list
ethereumsolidity
Related projects:
Repository | Description | Stars |
---|---|---|
ethereum/solc-bin | Provides current and historical builds of the Solidity Compiler | 402 |
ethereum/solc-js | A JavaScript interface to a compiler for the Solidity programming language used in Ethereum smart contracts. | 1,464 |
deno-web3/solc | Provides TypeScript bindings for compiling and deploying Solidity smart contracts on the Ethereum blockchain. | 72 |
crytic/ethersplay | An EVM bytecode disassembler and analysis tool for Ethereum contracts. | 844 |
alloy-rs/svm-rs | A utility for managing different compiler versions used in software development | 258 |
merklejerk/solpp | A preprocessor and flattener for Ethereum's Solidity source files | 112 |
consensys/solc-typed-ast | A tool for compiling and manipulating Solidity smart contract source code | 128 |
lukehedger/sulk | A tool that automates the process of compiling Solidity smart contracts with configuration stored in separate files. | 9 |
ethereum/emacs-solidity | A language mode for Solidity, used in Ethereum blockchain development | 206 |
hyperledger-solang/solang | A Solidity compiler that enables development and deployment of smart contracts on multiple blockchain platforms | 1,282 |
tintinweb/solidity-shell | An interactive shell for writing and executing Solidity code | 543 |
eagr/sol-repl | A tool that provides an interactive environment to experiment with Solidity snippets and execute smart contract code in Ethereum | 4 |
crytic/pyevmasm | A Python library for assembling and disassembling the Ethereum Virtual Machine's instruction set | 362 |
raineorshine/solidity-repl | A tool that allows developers to interact with and execute Ethereum Solidity code using a JavaScript REPL (Read-Eval-Print Loop) | 398 |
crytic/rattle | An EVM binary static analysis framework that recovers the original control flow graph and optimizes it for better readability | 353 |