nivida / web3.ts

POC for a Web3 Lib
9 stars 2 forks source link

Remove the Hex object and use the ethers utils #6

Closed nivida closed 4 years ago

nivida commented 4 years ago

I've added this object just to have something which does work.

nivida commented 4 years ago

I kept the Hex object to wrap the used utility methods from ethers. This gives us some flexibility in the case ethers changes his interface etc.