xdc3-eth2-beaconchain

Web3 ETH2 Beacon chain API wrappers.


License
LGPL-3.0
Install
npm install xdc3-eth2-beaconchain@1.3.13401

Documentation

XDC3

Fork of XDC3. It contains additonal formatters, utils to parse xdc prefixed.

The address returned in contract logs, data from contract etc. still has 0xaddress as prefix instead of xdc.
So for dapps displaying address its preferred to use toXdcAddress function of utils for displaying addresses in UI.

TEST

This will run tests for account creations, logs, contract events & contract interaction.

mocha test/xdc --exit