-
## Description
In the codebase we use both EthersJS and Web3JS. Both of these packages have essentially the same capabilities but both have their pros and cons. We should make a decision on which p…
-
Related to the investigation in issue #7198
- run the test on react-native (expo) and check what extra shims need to be installed to make it work
- create a separate package web3js-react-native-shims…
-
`web3` depends on a native implementation of `sha3` which requires a long build process and can cause heaps of problems with `node-gyp`. If it is replaced with `ethers-js` then this is all replaced wi…
-
UI is done.
Left with the function integration using web3js.
-
The hedera-mirror-node-explorer depends on `web3@4.13.0` (and related libs like `web3-eth@4.9.0`). The license of the complete web3js project is LGPL-3.0 (see https://github.com/web3/web3.js/blob/4.x/…
-
-
(Sorted from top to bottom)
- [x] Need to replace default favicon
- [x] Header should include Plugins and Documentation. Logo should link to homepage.
- [ ] npm command should be styled as c…
-
this error :
```
Cannot read properties of undefined (reading 'prototype')
at http://localhost:3000/_nuxt/node_modules/.cache/vite/client/deps/@metaplex-foundation_umi-bundle-defaults.js?v=eaf4a82…
-
In V6, if we wanted to use Web3js, one could simply use `new Web3(provider)` instead of `Web3Provider(provider)` inside the `getLibrary(provider: any)` function to use our convenience library of choic…
-
Web3js 4 alpha has been released: https://github.com/ChainSafe/web3.js/releases/tag/v4.0.0-alpha.0.
Even though it's alpha, I think it'd be useful to publish typechain package for it so we can giv…