4xMafole

Results 16 comments of 4xMafole

Yer! I think the problem still persist. Same here.

@ronmegini Currently, it does not. Only support ERC20 contract. But still you can use this package to create ERC721 contracts.

Do you mean like so ? ```   Future _mintNFT(     String collectionAddress,     String dataURI,   ) async {     //Getting the contract deployed     Contract deployedContract = Contract(         collectionAddress, NFTContract.contractABI, provider!.getSigner());     //Send the function ...

Hi, @patniemeyer. Good work. Would you mind sharing your fork/pull request so as we developers can utilize that. Seems, the package owner has not been active recently on this package....

Hello, @patniemeyer. Hope you're doing great. I passed through the shared repo, and I have seen the patch and the provider you made. Good work. I just have one issue...

> Hello, @patniemeyer. Hope you're doing great. I passed through the shared repo, and I have seen the patch and the provider you made. Good work. I just have one...

Hello, @solution-delivery. Following the bug format might help to get your problem solved quickly. Eg: **Describe the bug** A clear and concise description of what the bug is. **To Reproduce**...

Hello, @hm86z. Actually, the package does not support that. From my research so far there is no way to get a transaction list for an address. You should check all...

Hello, @deepaklohmod6789. As for solidity if you declare a variable public internally the language creates a get for it. Simply means you do not need an extra function to access...

Hello, @timfong888 and @devDonald. To make it clear this package works only for the web since we are using javascript interpolation which mobile can't do. So, if you need to...