etclient 0.2.0

A light client for Ethereum Classic built on top of SputnikVM and etcommon-worldstate storage.
1
2
3
4
5
6
7
8
9
10
11
12
13
# Etclient

[![Build Status](https://travis-ci.org/sorpaas/etclient.svg?branch=master)](https://travis-ci.org/sorpaas/etclien)

An bare minimum Ethereum client built on top of SputnikVM and
`etcommon-worldstate`
storage. See [this page](https://that.world/~source/etclient.html) for
the current progress.

Note that there's no code there yet, and there's no plan for providing
anything other than a light client -- no full client, no
`web3`/FFI/JSON-RPC/wallet (those should be provided by another
library), no GUI (use Emerald instead).