xftest3-eth-abi

Web3 module encode and decode EVM in/output.


License
LGPL-3.0
Install
npm install xftest3-eth-abi@1.3.7-alpha.0

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