simolus3 / web3dart

Ethereum library, written in Dart.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFT dapp

amarildox opened this issue · comments

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

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.