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

ERC20 Support!

Compare
Choose a tag to compare
@thomaseizinger thomaseizinger released this 17 Oct 07:08
· 1542 commits to master since this release
f5caafb

Added

  • Deploy an ERC20 contract on the Ethereum node and give tokens to both parties. The address of the token contract is written to the env file as ERC20_CONTRACT_ADDRESS.

Changed

  • Migrate parts of the code base to async/await 🎉