flow icon indicating copy to clipboard operation
flow copied to clipboard

Understanding wallet support & integration

Open laynelafrance opened this issue 3 years ago β€’ 2 comments

Context

Developers on Flow need to understand how to integrate with wallets/user agents on Flow and how to manage payments through those services.

Questions asked in this area, which should be addressed in updates, include:

tips on how to integrate with a wallet to use Flow to pay for something would be appreciated. How (would you) describe FCL?

Definition of Done

Internal Testing

Estimation of core issue should capture larger testing efforts - N/A

laynelafrance avatar Feb 02 '21 16:02 laynelafrance

@orodio and @brianastrove wrote and approve the following:

Flow Client Library (FCL) enables applications to easily integrate with all FCL-compatible wallets and other services (e.g. profiles, private information, notifications). This offers developers a strong foundation to compose their apps with existing building blocks. It’s currently supported for browser applications, and will be extended to other platforms.

With FCL, you can: Integrate all compatible wallets without any custom code or code injection Authenticate users Query user flow accounts Send transactions (e.g. initializing resources, sending assets, purchasing, etc.) Sign transactions through wallet integration avoiding key management

@orodio is updating the readme @10thfloor I think it's you who updates the quick start guide? Also please review @laynelafrance @psiemens

Current FCL supported wallet is only Blocto, with Dapper coming in the future.

brianastrove avatar Feb 02 '21 19:02 brianastrove

Putting this on ice for now

psiemens avatar Mar 18 '21 06:03 psiemens