DOCS
GitHubGitHub (opens in a new tab)DiscordDiscord (opens in a new tab)
  • Namada
  • Getting Started
    • Quick start
    • Installing Namada
      • Source
        • Pre-requisites
        • Troubleshooting
      • Binaries
        • Using the binaries
        • Prerequisites
      • Docker
    • Installing CometBFT
    • Privacy and Opsec
    • Security
    • Using a Public RPC
    • Protocol Intro
      • Cubic Slashing
  • User Guide
    • Addresses on Namada
    • Using the Namada wallet
      • File system wallet
      • Namada Keychain Browser Extension
      • Hardware wallet
    • Transparent Accounts
      • Established Accounts
      • Implicit Accounts
      • Multisignature
      • Send and Receive Nam Tokens
    • MASP & Shielded Transfers
      • Shielded Key Management
      • Shielding Assets
      • Unshielding Assets
      • Shielded Sync
      • Shielded Rewards
      • Shielded Transfers
    • Fees on Namada
    • Bonding and Proof-of-stake
    • Governance
      • Structure of a proposal
      • Types of proposals
      • Participating in governance
    • Public Goods Funding (PGF)
      • Stewards
      • PGF funding proposals
    • IBC transfers
      • Transparent IBC
      • Shielded IBC
    • Querying the Chain
    • Namada Keychain
      • Before You Begin
      • Installing Namada Keychain
      • Creating and Importing Accounts
      • Viewing and Managing Accounts
      • Using a Ledger Hardware Wallet
      • Settings and Options
    • Using Namadillo
      • Getting Started
      • Staking
      • Managing Your Assets
      • Shielding Assets
      • Unshielding Assets
      • IBC Transfers
      • Transfers Within Namada
      • Governance
      • History
      • Troubleshooting
  • Operator Guide
    • Hardware requirements
    • Running a full node
      • Node Configuration
      • Full node step-by-step
      • Logging configurations
      • Base directory
      • Pruning CometBFT blocks
    • Remote signing
    • Validators
      • Cubic proof of stake
      • Validator setup
      • Validator actions
      • Staking
      • Validator sets
      • Jailing
    • IBC Relayers
    • Troubleshooting
    • State Sync
  • Integration Guide
    • Using the SDK
      • Project setup
      • Chain context
      • Querying
      • Setting up a wallet
      • Generating accounts
      • Constructing transfers
      • Shielded sync
      • Shielded transfers
      • Proof of stake transactions
      • Governance
    • Using the Light SDK
      • Setup
      • Usage
        • Reading
        • Transactions
        • Writing
      • Examples
    • Using the Indexer
    • Namada Interface
    • Namadexer (deprecated)
  • Networks
    • Mainnets
    • Testnets
    • Starting a network
      • Setting up a decentralized network
        • The network coordinator
        • Pre-genesis participants
      • Setting up a local network
  • Utils
  • Namada
  • Getting Started
    • Quick start
    • Installing Namada
      • Source
        • Pre-requisites
        • Troubleshooting
      • Binaries
        • Using the binaries
        • Prerequisites
      • Docker
    • Installing CometBFT
    • Privacy and Opsec
    • Security
    • Using a Public RPC
    • Protocol Intro
      • Cubic Slashing
  • User Guide
    • Addresses on Namada
    • Using the Namada wallet
      • File system wallet
      • Namada Keychain Browser Extension
      • Hardware wallet
    • Transparent Accounts
      • Established Accounts
      • Implicit Accounts
      • Multisignature
      • Send and Receive Nam Tokens
    • MASP & Shielded Transfers
      • Shielded Key Management
      • Shielding Assets
      • Unshielding Assets
      • Shielded Sync
      • Shielded Rewards
      • Shielded Transfers
    • Fees on Namada
    • Bonding and Proof-of-stake
    • Governance
      • Structure of a proposal
      • Types of proposals
      • Participating in governance
    • Public Goods Funding (PGF)
      • Stewards
      • PGF funding proposals
    • IBC transfers
      • Transparent IBC
      • Shielded IBC
    • Querying the Chain
    • Namada Keychain
      • Before You Begin
      • Installing Namada Keychain
      • Creating and Importing Accounts
      • Viewing and Managing Accounts
      • Using a Ledger Hardware Wallet
      • Settings and Options
    • Using Namadillo
      • Getting Started
      • Staking
      • Managing Your Assets
      • Shielding Assets
      • Unshielding Assets
      • IBC Transfers
      • Transfers Within Namada
      • Governance
      • History
      • Troubleshooting
  • Operator Guide
    • Hardware requirements
    • Running a full node
      • Node Configuration
      • Full node step-by-step
      • Logging configurations
      • Base directory
      • Pruning CometBFT blocks
    • Remote signing
    • Validators
      • Cubic proof of stake
      • Validator setup
      • Validator actions
      • Staking
      • Validator sets
      • Jailing
    • IBC Relayers
    • Troubleshooting
    • State Sync
  • Integration Guide
    • Using the SDK
      • Project setup
      • Chain context
      • Querying
      • Setting up a wallet
      • Generating accounts
      • Constructing transfers
      • Shielded sync
      • Shielded transfers
      • Proof of stake transactions
      • Governance
    • Using the Light SDK
      • Setup
      • Usage
        • Reading
        • Transactions
        • Writing
      • Examples
    • Using the Indexer
    • Namada Interface
    • Namadexer (deprecated)
  • Networks
    • Mainnets
    • Testnets
    • Starting a network
      • Setting up a decentralized network
        • The network coordinator
        • Pre-genesis participants
      • Setting up a local network
  • Utils

On This Page

  • License
  • Table of Contents
Question? Give us feedback → (opens in a new tab)Edit this page
Integration Guide

Integrations

This guide is for integrating with Namada. It is intended for developers who want to integrate with Namada in their own applications, and for engineers who want to extend Namada.

License

Namada operates under the GPLv3 license (opens in a new tab) and is free to use and modify. Please see the LICENSE (opens in a new tab) for more information.

Table of Contents

  • SDK
  • Indexer
State SyncUsing the SDK

Namada