Implementing Smart Contracts On Flutter DApps
Decentralized Application
A decentralized application(DApp) is an application that is meant to run in a decentralized computing system/blockchain and it was initially introduced by Ethereum Blockchain which is built using smart contracts. When using ...
techblog.geekyants.com12 min read
Hi ! First of all, thanks for this great article about creating Flutter dapp using Solidity ! But, I still have fews questions about it. All the dapp is running locally on a local blockchain using ganache. But, what if we want to deploy it on ethereum blockchain for exemple ? People using our dapp will need to pay for each interactions with smart contract due to gas fees, am I right ? So, we maybe need to link the dapp with metamask or something else, no ? So how we do ? (If we consider the dapp is a non-profit app). If you have any another tutorial about the next part e.g. : deploy the dapp online and integreting metamask to manage gas fees when someone want to create a note as exemple, I would appreciate it ! Thanks.