ethereum-abi-ui
Contract UI generator
Automates the creation of UI form field definitions and validators from Ethereum contract ABIs
Auto-generate UI form field definitions and associated validators from an Ethereum contract ABI
58 stars
7 watching
9 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
cleanunicorn/abi2signature | Generates Ethereum ABI signatures from contract ABIs or function signatures | 55 |
itsnickbarry/hardhat-abi-exporter | Generates Ethereum smart contract ABIs on compilation via Hardhat | 76 |
rust-ethereum/ethabi | Encodes and decodes function calls and their output in smart contracts | 516 |
ethereum/solc-js | A JavaScript interface to a compiler for the Solidity programming language used in Ethereum smart contracts. | 1,456 |
maxifom/eos-abigen | Tools for generating type-safe code for interacting with EOS-compatible smart contracts | 4 |
makerdao/pymaker | An API providing access to Maker contracts | 193 |
shazow/whatsabi | An Ethereum bytecode analyzer that automatically extracts and interprets function signatures from unverified contracts without source code. | 1,064 |
codex-storage/nim-contract-abi | Encodes and decodes parameters according to the Ethereum Contract ABI Specification in Nim. | 3 |
decurity/abi-decompiler | Reverses Ethereum smart contract ABI information from EVM bytecode | 217 |
ethereum/solidity-examples | A collection of reusable Solidity code snippets for common tasks and Ethereum-related utilities | 535 |
stefh/nethereum-codegenerator | Generates C# interfaces and classes from Solidity smart contracts | 6 |
urszeidler/uml2solidity | Generates smart contract code from UML models | 37 |
aniket-engg/sol-verifier | Tool to verify Solidity smart contracts on Etherscan | 30 |
ivicanikolicsg/maian | Automated tool for detecting bugs in smart contracts on the Ethereum blockchain | 556 |
0age/spawner | Generates minimal proxies for executing logic contracts with an included initialization step during contract creation | 41 |