chainlib-eth

Ethereum implementation of the chainlib interface
Info | Log | Files | Refs | README | LICENSE

intro.texi (477B)


      1 @chapter Overview
      2 
      3 This is the Ethereum (EVM) implementation of the @code{chainlib} block interface.
      4 
      5 It contains implementations for:
      6 
      7 @itemize
      8 @item RPC client implementation.
      9 @item Nonce and fee generators.
     10 @item Transaction and block objects.
     11 @item EVM ABI encoding and decoding.
     12 @item CLI tool suite for common operations.
     13 @end itemize
     14 
     15 Please refer to the documentation for the @code{chainlib} package to achieve a broader context of what @code{chainlib-eth implements}.