> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blnkfinance.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Blnk SDKs

> Use the official TypeScript, Go, and Python SDKs to integrate with Blnk Core.

Blnk SDKs help you integrate Blnk into your application with less boilerplate. They provide native methods for creating ledgers, balances, identities, transactions, and reconciliation workflows.

Authentication and API communication are handled behind the scenes. Use the SDKs to build financial products faster on top of Blnk's ledger infrastructure.

Currently, we support the following SDKs:

<CardGroup cols={2}>
  <Card title="TypeScript SDK" icon="https://mintcdn.com/blnk/oXdNDFutmYr32aDm/icons/node-js.svg?fit=max&auto=format&n=oXdNDFutmYr32aDm&q=85&s=7e2cb9cc279663a49637c83549a595aa" href="/sdks/typescript" width="640" height="640" data-path="icons/node-js.svg">
    Integrate Blnk with Node.js and TypeScript.
  </Card>

  <Card title="Go SDK" icon="https://mintcdn.com/blnk/oXdNDFutmYr32aDm/icons/golang.svg?fit=max&auto=format&n=oXdNDFutmYr32aDm&q=85&s=b876e9d3c92b18ff7603cd89b650f244" href="/sdks/go" width="640" height="640" data-path="icons/golang.svg">
    Integrate Blnk with Go.
  </Card>

  <Card title="Python SDK" icon="https://mintcdn.com/blnk/q0qTYVHpexc2IZCk/icons/python.svg?fit=max&auto=format&n=q0qTYVHpexc2IZCk&q=85&s=545a62b24d0fcbf34d559a4abdc3c594" href="/sdks/python" width="640" height="640" data-path="icons/python.svg">
    Integrate Blnk with Python.
  </Card>
</CardGroup>

<Note>
  Need an SDK in another language? [Open a GitHub issue](https://github.com/blnkfinance/blnk/issues) to request one, or share your use case in [our Discord community](https://discord.gg/7WNv94zPpx).
</Note>
