Blocto
About porttoBlog
  • 📣Introduction
  • Blocto Environment
  • Give Feedback
  • BLOCTO SDK
    • Overview
    • JavaScript SDK
      • Flow
        • Tutorial
        • Configure FCL
        • Authenticate / Unauthenticate
        • Send Transaction
        • Account Proof
        • Flow Networks
        • Verified Transaction
        • Migration Guide
  • Blocto App
    • Deep Linking
    • Token Listing
    • NFT Listing (on Flow)
  • Technical Documents
    • Key Management
  • BloctoSwap
    • Token Listing
  • Support
    • Contact Us
    • Web Wallet v1 Sunset Notice and Migration Guide
  • Community
    • Discord
    • Twitter
    • Facebook
Powered by GitBook
On this page
  • Flow
  • Flow JavaScript SDK

Was this helpful?

  1. BLOCTO SDK
  2. JavaScript SDK

Flow

Using Blocto SDK in Flow dApps

PreviousJavaScript SDKNextTutorial

Last updated 24 days ago

Was this helpful?

Flow

, built by , is a decentralized platform built to support the next generation of games, apps, and the digital assets that power them.

Flow JavaScript SDK

Flow Client Library, or FCL, defines how web-based dApps can interact with wallet providers like Blocto SDK. In the following sections, we will show you how to use Blocto wallet service in your Flow dApp.

Flow has a few unique designs that make it particularly suitable for consumer facing dApps, such as an account system with built-in multi-sig mechanism, built-in fee subsidization and resource-oriented smart contract language . It also provides much better scalability than Ethereum, which is necessary for mass market adoption.

Flow ships with a bundle JavaScript libraries including and . With these libraries, web-based dApps can interact with Flow blockchain easily. If you're familiar with dApp development on Ethereum, they're basically the web3.js for Flow.

Cadence
Flow SDK
Flow Client Library (FCL)
Flow
Dapper Labs