nestjs-web3 icon indicating copy to clipboard operation
nestjs-web3 copied to clipboard

Module that makes it possible to work with Ethereum JavaScript API with NestJS

Results 3 nestjs-web3 issues
Sort by recently updated
recently updated
newest added

https://github.com/owl1n/nestjs-web3/blob/main/src/web3-core.module.ts#L60-L62 Hi, This link is your repository code. But As you also can see in this [link](https://github.com/web3/web3.js/pull/1881/files) HttpProvider.disconnect have no implementation. So, I think it is useless. Is it right???...

- There's no config file that gives the name of all supported networks - In the README it was mentioned that names are given in the config file but it's...

Hi, I was checking the README file (I'm new to `nest.js-web3`) and I found that it has typo. ![image](https://user-images.githubusercontent.com/99642582/224575674-8e0aba19-46ad-43fd-bc83-baa4332bcddb.png) Here, it should be `npm i nestjs-web3` or `npm install nestjs-web3`...