simolus3 / web3dart

Ethereum library, written in Dart.
MIT License
442 stars 270 forks source link

NFT #148

Open gedw99 opened 3 years ago

gedw99 commented 3 years ago

I need to add NFT.

i dont think this is apart of the golang ethereum server and so requires a custom rpc call ?

simolus3 commented 3 years ago

Can you share more about the NFT? If it's an ERC-721 (or any other) contract, you can access it through this library.

HosseinAsadi commented 2 years ago

Can you share more about the NFT? If it's an ERC-721 (or any other) contract, you can access it through this library.

Hi How to fetch list of ERC721 from a address wallet with web3dart?