Skip to main content

Doc autogenerated from onflow/sdk

@onflow/sdk

Overview

The Flow sdk provides a set of tools for developers to build applications on the Flow blockchain.

Installation

You can install the @onflow/sdk package using npm or yarn:


_10
npm install @onflow/sdk

Or using yarn:


_10
yarn add @onflow/sdk

Requirements

  • Node.js 14.x or later

Importing

You can import the entire package:


_10
import * as sdk from "@onflow/sdk"

Or import specific functions:


_10
import { functionName } from "@onflow/sdk"

API Reference

This section contains documentation for all of the functions in the sdk package.


Rate this page