Skip to content

Ethereum

Dominic Wörner edited this page Jun 3, 2016 · 3 revisions

Contract resources

Light client

Thus far, there is no light client implementation. In general a light client would keep track of block headers + logs that are of interest. The data involved is obviously higher than in Bitcoin (much faster block rate 17s instead of 10min + bigger headers ~500 bytes instead of 80 -> ~220 times bandwidth and storage (asymptotically) requirement than bitcoin)

What would we have to store within the contract such that a branch of the current state trie would suffice?

Alternatively we would have to assume that we can connect to a trusted via JSON RPC.

Other stuff

Clone this wiki locally