1Money Network
  • Getting Started
  • Overview
  • Developer Guide
  • Quick Start
  • User Guides
    • Custodians & Centralized Exchanges (CEXs)
    • Issuers
  • Validators
  • Integrations
    • Overview
    • Network Access
    • SDKs
      • Typescript
        • Get Started
        • API Methods
      • Golang
        • Get Started
        • API methods
      • Rust
    • REST APIs
      • Chains
        • Get Chain Id
      • Accounts
        • Get account by token
        • Get account nonce
      • Tokens
        • Issue token
        • Get token metadata
        • Update token metadata
        • Grant authority
        • Mint
        • Burn
        • Managelist
        • Pause/Unpause
      • Checkpoints
        • Get the latest Checkpoint number
        • Get checkpoint by number
        • Get checkpoint by hash
      • Transactions
        • Get transaction by hash
        • Get transaction receipt by hash
        • Submit payment
        • Submit cancellation
        • Estimate fee
    • Websocket
      • Subscribing & Unsubscribing
      • Retrieving Transaction Details
      • Keeping the connection alive
      • Stream | Checkpoints
    • Data Dictionary
      • Transaction Types
        • TokenCreate
        • TokenTransfer
        • TokenGrantAuthority
        • TokenRevokeAuthority
        • TokenBlacklistAccount
        • TokenWhitelistAccount
        • TokenMint
        • TokenBurn
        • TokenCloseAccount
        • TokenPause
        • TokenUnpause
        • TokenUpdateMetadata
          • TokenMetadata Structure
            • MetaDataKeyValuePair
        • Other Transaction Types (WiP)
  • Core Concepts
    • The 1Money Protocol
    • System Components
    • Account Model
    • Token Authority
    • Transactions and Instructions
    • Implementation and usability considerations
    • Security
Powered by GitBook
On this page
  1. Integrations

SDKs

Integrate with the 1Money Network using our SDKs:

PreviousNetwork AccessNextTypescript

Last updated 15 days ago


We offer a suite of SDKs tailored for various programming environments to simplify and accelerate your development process.

Key Benefits of Our SDKs:

  • Abstract away complexity: Our SDKs simplify and handle low-level network communication, transaction formatting, and cryptographic operations, so you can focus on building your application.

  • User-Friendly Interfaces: Access easy-to-use functions, classes, and data types in popular programming languages.

  • Increased Productivity: Leverage pre-built tools and utilities to speed up your development workflow.

Whether you’re developing web applications, mobile apps, backend services, or command-line tools, our SDKs provide the essential components you need to connect your project to the 1Money network efficiently and securely.

Explore the SDKs below to find the best fit for your preferred language and project requirements. Each SDK includes comprehensive documentation to help you get started quickly.

Cover

Typescript

Cover

Golang

Cover

Rust

(Coming soon)

SDK
Repo
SDK
Repo