simolus3 / web3dart

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

NFT dapp #217

Closed amarildox closed 2 years ago

amarildox commented 2 years ago

Can you create a dapp that can mint nfts with this package?

simolus3 commented 2 years ago

You can invoke methods on deployed smart contracts, including EIP-721or whatever kind of contract you use to manage them. So if your contract has a function to mint tokens, you can invoke that from Dart with this package yes.