solpp
Contract preprocessor
A preprocessor and flattener for Ethereum's Solidity source files
A solidity preprocessor and flattener CLI and library
112 stars
7 watching
14 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
ethereumflattenerpreprocessorsmart-contractssolidity
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 |
tintinweb/solgrep | A tool for finding and analyzing smart contracts in Solidity source code | 143 |
lukehedger/sulk | A tool that automates the process of compiling Solidity smart contracts with configuration stored in separate files. | 9 |
merklejerk/flex-contract | An abstraction layer for Ethereum smart contracts with flexible configuration options and simple integration | 26 |
ethereum/solc-bin | Provides current and historical builds of the Solidity Compiler | 401 |
deno-web3/solc | Provides TypeScript bindings for compiling and deploying Solidity smart contracts on the Ethereum blockchain. | 72 |
raineorshine/solidity-by-example | A collection of contract examples showcasing Solidity language features and use cases in Ethereum smart contracts | 430 |
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 |
lamarkaz/psol | A JavaScript-based preprocessor for Solidity smart contracts that allows for more flexible and efficient development | 14 |
rohitroy-github/smart-contract-snippets | A collection of concise Solidity smart contract examples for educational purposes and quick reference. | 2 |
raineorshine/solgraph | A tool for visualizing control flow and security vulnerabilities in smart contracts written in Solidity | 1,019 |
ethereum/solidity-examples | A collection of reusable Solidity code snippets for common tasks and Ethereum-related utilities | 535 |
meherett/pytest-solidity | Tests smart contracts written in Solidity on the Ethereum blockchain | 26 |
rhlsthrm/typescript-solidity-dev-starter-kit | A starter kit for developing smart contracts with a full Typescript environment using Hardhat as the platform layer | 410 |