Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (7 loc) · 555 Bytes

README.md

File metadata and controls

15 lines (7 loc) · 555 Bytes

ETH+ERC20+EIP3009+TransferTools

Node.JS API for transfer of ETH + ERC20, delegated (gasless) transfer via EIP-3009 as supported by USDC, and misc functions. Also includes full unit test for transfer functions.

Testing

Testing was done with a private Ethereum network, based on the genesis block defined in test/CustomGenesis.json.

The code tested with is in test/test.js. It deploys a test token with EIP-3009 support and does transfers of ETH and the test token between addresses.

API

Please see test/test.js on how the API can be called.