django-polaris
  • Installation
    • Create a Django Project
    • Configure Settings
    • Set Environment Variables
    • Add Polaris Endpoints
    • Configure the Database
    • Run the Web Server
  • Publish a Stellar TOML File
    • Activate SEP-1
    • Specify File Content
      • Return Content in Code
      • Provide a Static File
    • Check Your Info File
  • Require Authentication
    • Configure Settings
    • Update the TOML File
    • Confirm the API is Live
    • Adding Client Attribution
    • Issuing Tokens for Other Domains
  • Enable Hosted Deposits & Withdrawals
    • Configure Settings
      • Activate SEP-24
      • Add Browser Session Support
      • Allow Custom Templates
      • Secure Session Cookies
      • Configure Static Assets
    • Create a Stellar Asset
      • Add an Asset to the Database
      • Issue the Asset on Stellar
    • Integrations
      • Communicating Fee Structure
      • Defining Django Forms
      • Processing Form Data
      • Register Integrations
      • Working with Templates
        • Extending or Replacing Polaris Templates
        • Using Custom Templates
        • Providing Context to Templates
      • Replacing Static Assets
    • Using an External Interactive Flow
    • Testing with the Demo Wallet
  • Connecting Off-Chain Payment Rails
    • Incoming Payments
      • Testing Incoming Payments
    • Outgoing Payments
      • Testing Outgoing Payments
  • Enable Deposts & Withdrawals via API
    • Configure Settings
      • Activate SEP-24
    • Create a Stellar Asset
    • Integrations
      • Defining Asset Info
      • Communicating Fee Structure
      • Accepting Transaction Requests
        • Deposit Transactions
        • Withdraw Transactions
      • Register Integrations
    • Testing with the Demo Wallet
  • Support KYC Registration
    • Configure Settings
    • Integrations
      • Defining Different Customer Types
      • Identifying Customers
      • Providing Customer Statuses
      • Validating Customer KYC
      • Deleting Customer Records
      • Sending Customer Status Callbacks
      • Register Integrations
    • Testing with the Demo Wallet
  • Enable Cross Border Payments
    • Configure Settings
      • Activate SEP-31
    • Create a Stellar Asset
    • Integrations
      • Defining Asset Info
      • Approving Sending Anchors
      • Accepting Transaction Requests
      • Updating Invalid Transaction Information
      • Register Integrations
    • Testing with the Demo Wallet
  • Provide Quotes for Exchanging Assets
    • Configure Settings
      • Activate SEP-31
    • Updating the Data Model
    • Integrations
      • Provide Estimated Exchange Rates
      • Provide Firm Quotes
    • Using Quotes with SEP-6
    • Using Quotes with SEP-24
    • Using Quotes with SEP-31
    • Charging Fees
  • Using a Custodial Service
  • API Reference
    • CLI Commands
      • process_pending_deposits
        • Command
      • watch_transactions
        • Command
      • execute_outgoing_transactions
        • Command
      • poll_outgoing_transactions
        • Command
      • testnet
        • Command
    • Forms
      • TransactionForm
    • Integrations
      • Fees
        • calculate_fee()
      • Customers
        • CustomerIntegration
      • Deposits
        • DepositIntegration
      • Stellar Info File (TOML)
        • get_stellar_toml()
      • SEP-6 Info
        • default_info_func()
      • Rails
        • RailsIntegration
      • Register Integrations
        • register_integrations()
      • SEP-31 Transactions
        • SEP31ReceiverIntegration
      • Withdrawals
        • WithdrawalIntegration
      • Quotes
        • QuoteIntegration
      • Custody
        • CustodyIntegration
    • Middleware
      • TimezoneMiddleware
    • Miscellaneous
      • SEP10Token
        • SEP10Token.account
        • SEP10Token.client_domain
        • SEP10Token.expires_at
        • SEP10Token.issued_at
        • SEP10Token.issuer
        • SEP10Token.memo
        • SEP10Token.muxed_account
        • SEP10Token.payload
    • Models
      • Asset
        • Asset
      • Delivery Method
        • DeliveryMethod
      • Exchange Pair
        • ExchangePair
      • Off-Chain Asset
        • OffChainAsset
      • Transaction
        • Transaction
      • Quote
        • Quote
    • Exceptions
      • TransactionSubmissionError
      • TransactionSubmissionPending
      • TransactionSubmissionBlocked
      • TransactionSubmissionFailed
  • Glossary
    • Environment Variables
    • Internationalization
    • Logging
    • Multisignature Assets
      • Background and Definitions
      • Multisignature Assets in Polaris
      • Channel Accounts
    • Rate Limiting
    • Shared Stellar Accounts
      • Muxed Accounts
      • SEP Support for Shared Accounts
        • SEP 10 Support
        • SEP 12 Support
        • SEP 6 & 24 Support
        • SEP 31 Support
django-polaris
  • Overview: module code

All modules for which code is available

  • polaris.exceptions
  • polaris.integrations
    • polaris.integrations.custody
    • polaris.integrations.customers
    • polaris.integrations.fees
    • polaris.integrations.forms
    • polaris.integrations.info
    • polaris.integrations.quote
    • polaris.integrations.rails
    • polaris.integrations.sep31
    • polaris.integrations.toml
    • polaris.integrations.transactions
  • polaris.management.commands.execute_outgoing_transactions
  • polaris.management.commands.poll_outgoing_transactions
  • polaris.management.commands.process_pending_deposits
  • polaris.management.commands.testnet
  • polaris.management.commands.watch_transactions
  • polaris.middleware
  • polaris.models
  • polaris.sep10.token

© Copyright 2019, Stellar Development Foundation.

Built with Sphinx using a theme provided by Read the Docs.