1.0.2 • Published 6 years ago

@settlemint/erc20-bridge v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

ERC20 - ERC777 bridge

A token bridge , inspired on the work of these projects :

This bridge transfers any ERC20 token to an equivalent ERC777 token on another chain.

Documentation

https://hackmd.io/s/rJDPfbZUG

Status

master branch

  • Deposits and withdrawals work in the truffle test
  • Basic verifications and contract audits have not been done
  • main chain : withdrawal transaction can be executed by anyone
  • main chain : withdrawer can set a reward in tokens for someone else to do the withdrawal

( This should be the preferred method to run the bridge )

install / run / test

npm i -g truffle@4.1.6 ( Solidity v0.4.21 is required by the ERC777 )

truffle test