Ron Megini

Results 9 comments of Ron Megini

We are facing the same issue described here and followed the instructions to create a limited cluster-role. The problem is that ArgoCD requires cluster read (get, list, watch) permissions in...

As far as I know, it doesn't supported yet, please correct me if I'm wrong.

> @ronmegini Currently, it does not. Only support ERC20 contract. But still you can use this package to create ERC721 contracts. I am talking about interaction with already deployed ERC721...

I think creating a PR for this ability although Im not very experienced with dart. Is this project active? Someone can review the code and approve the PR?

@4xMafole I thought about creating new ContractERC721 (same as [ContractERC20](https://github.com/y-pakorn/flutter_web3/blob/8e713d0c2263372dd425bc74d2d0214ee181712f/lib/src/ethers/utils.dart#L8)), according to [ERC721 standards](https://ethereum.org/en/developers/docs/standards/tokens/erc-721/)

I am highly interested about it. Any update?

I believe this is a bug because even when I'm using the exact script described in this [blog](https://nft.storage/docs/how-to/mint-erc-1155/#uploading-your-images-assets-and-metadata), I get the same exception. Code: ``` import { NFTStorage } from...

Fixed by downgrade node to version 18. `nft.storage` package should support node 20. From my investigation I found out that the bug occur when `nft.storage` tries to use `@web-std/fetch` function...