Hello everyone,
It is my first question here.
I am currently developing an app (web, Android & IOS) and I would like to connect it to a blockchain to create wallets and execute smart contracts. I expect to have a large number of transaction so gas price should be not too high.
I wanted to integrate NEAR or Solana but it seems the SDKs either do not support web or are not supported anymore.
Is there any blockchain that is known to be integrating well with Flutter or that has mature SDKs?
If you’re looking at creating wallets to send/receive payments, you could look at the Breez SDK which is for the Lightning Network that sits on top of the Bitcoin block chain.
Thank you for your answear.
it is not really about payments. When I talk about transactions, it is the execution of smart contracts. Unfortunately, the Bitcoin Blockchain doesn’t support them.
Have you checked cardano_wallet_sdk - Dart API docs
It’s for ADA (Cardano).
One of it’s features is:
- Transactions - Build, sign and submit simple ADA payment transactions.
Seems to be what you are looking for