# Flare Transaction SDK

> Software Development Kit for performing common operations on Flare.

> For the complete documentation index, see [llms.txt](/llms.txt). Markdown versions of documentation pages are available by appending `.md` to the page URL.

Source: https://dev.flare.network/network/flare-tx-sdk

The Flare Transaction SDK ([`@flarenetwork/flare-tx-sdk`](https://www.npmjs.com/package/@flarenetwork/flare-tx-sdk/)) is the official Node.js toolkit for performing common actions on all Flare networks - Flare, Coston2, Songbird, and Coston.

-   [Claim rewards](/network/flare-tx-sdk/cookbook#claim-rewards) (FlareDrops, staking, FTSO delegation, rFLR)
-   [Delegate to FTSO providers](/network/flare-tx-sdk/cookbook#delegate-to-ftso-providers)
-   [Stake on the P-chain](/network/flare-tx-sdk/cookbook#stake-on-p-chain)
-   [Vote on governance proposals](/network/flare-tx-sdk/cookbook#vote-on-governance-proposals)
-   [Retrieve account and balance information](/network/flare-tx-sdk/cookbook#retrieve-account-balances)
-   [Transfer native and wrapped coins](/network/flare-tx-sdk/cookbook#wrap-and-transfer)
-   [Interact with C-Chain contracts](/network/flare-tx-sdk/cookbook#interact-with-c-chain-contracts)

Explore the following guides to get started:

[

## Getting Started

Connect the SDK to MetaMask, Ledger, Trezor, and more.

](/network/flare-tx-sdk/getting-started)

[

## Cookbook

Recipes for all common SDK operations.

](/network/flare-tx-sdk/cookbook)

[

## Advanced Usage

Lifecycle tracking, custom wallets, and advanced features.

](/network/flare-tx-sdk/advanced-usage)

Need help or found a bug?

Open an issue on the [flare-foundation/flare-tx-sdk](https://github.com/flare-foundation/flare-tx-sdk) GitHub repository.
