nanoeth is a small code model for Ethereum. You could describe it as:
an executable specification for the Ethereum Yellowpaper
a toy Ethereum client without networking capabilities
**nanoeth on Github
<<**
Dev Links
Tools
Hexademical Converter
Transaction Hash Decoder
some possibilities
Input Data Decoder
Etherscan
Specs
eth1.0-specs
Include useful EIP list per hard fork.
Yellowpaper
(+
cheat sheet
)
Understanding the YellowPaper
Core EIPs
ethhash
Other
Simple Serialize Guide
evm-tools
Verkle Trees
go-verkle implementation
Ethereum Data
Transaction Data on BigQuery
created via
blockchain-etl
example query
(all smart contracts publishers)
Dune Analytics
Nethereum
Query the chain, like Web3
Maybe I want to be able to pull stuff from Infura etc for tests?
Testing
Ethereum Tests For Clients
Github
Hive running this on established clients