js-3id-blockchain-utils icon indicating copy to clipboard operation
js-3id-blockchain-utils copied to clipboard

Replace ethersproject/provider

Open simonovic86 opened this issue 5 years ago • 0 comments

Think about and implement the alternative for ethersproject/providers. One of the combinations that could work is:

  • https://github.com/hyperdivision/nanoeth
  • https://infura.io/docs/ethereum/wss/introduction

What's cool about that library is that in browser we can just use a normal ethereum provider from window.ethereum that we already use in other parts of our systems.

simonovic86 avatar Apr 17 '20 08:04 simonovic86