Muhammad Altabba

Results 69 comments of Muhammad Altabba

Add to documentation to get the version from: https://cdnjs.com/libraries/web3 (or the latest: https://cdn.jsdelivr.net/npm/web3@latest/dist/web3.min.js) Maybe reference: https://www.jsdelivr.com/package/npm/web3

Hi @xGGCrypto, We have **[a web3.js plugin](https://www.npmjs.com/package/web3-plugin-craftsman)** that can help you in generating the ABI (as well as the bytes code) directly from solidity code. It is not what you...

The MR also resolves: https://github.com/polkadot-js/docs/issues/252

> The build fails because of this. On the top-level imports it now tries to include the lookup types from `@polkadot/types` since it was added to the top-level definition. >...

The `lookupTypes` are missed from the list used to extract imports for the generated types. And the PR #5769 should fix this. Thanks,

@STdevK @ackratos @darren-liu Any suggestion please?

Hi @STdevK , I am following the steps and so my file is the exact as this: https://github.com/bnb-chain/bsc-docker/blob/master/docker-compose.bsc.yml And here is its content from my computer: ```yaml version: "3.9" services:...

> What is your local dockerd permission settings? I use docker for my daily tasks without issues. What exactly you like me to provide and what are the commands to...

`docker --version` > Docker version 24.0.5, build 24.0.5-0ubuntu1~22.04.1