HbarSuite Docs
  • Welcome to HbarSuite
  • HbarSuite Developer Documentation
    • HbarSuite Smart Engine Applications
      • @hsuite/cross-chain-exchange
      • @hsuite/dao
        • DAO Application Testing
      • @hsuite/exchange
      • @hsuite/launchpad
      • @hsuite/multisig
      • @hsuite/nft-exchange
      • HSuite Smart App - Enterprise Hedera Application Framework
    • HSuite Libraries
      • @hsuite/api-key - Enterprise API Key Authentication System
      • @hsuite/auth-types
      • @hsuite/auth - Authentication Module
      • @hsuite/client-types
      • @hsuite/client - Client Service Module
      • @hsuite/dkg-types - Distributed Key Generation Type Definitions
      • @hsuite/hashgraph-types - Hedera Hashgraph Type Definitions
      • @hsuite/health - Comprehensive System Health Monitoring
      • @hsuite/helpers - Utility Library
      • @hsuite/ipfs - InterPlanetary File System Integration
      • @hsuite/shared-types - Shared Type Definitions
      • @hsuite/smart-config - Configuration Management
      • @hsuite/smart-ledgers - Multi-Ledger Management
      • @hsuite/smart-network-types - Smart Network Type Definitions
      • @hsuite/smart-transaction-types - Smart Transaction Type Definitions
      • @hsuite/smartnode-sdk - SmartNode Software Development Kit
      • @hsuite/snapshots - Multi-Ledger Token Snapshot Management
      • @hsuite/subscriptions-types - Subscription Management Type Definitions
      • @hsuite/subscriptions - Enterprise Subscription Management System
      • @hsuite/throttler-types - Rate Limiting Type Definitions
      • @hsuite/throttler - Advanced Rate Limiting for NestJS
      • @hsuite/users-types - User Type Definitions
      • @hsuite/users - User Management Module
      • @hsuite/validators-types
  • General Documentation
    • Smart Apps and Interaction
      • Subscription-Based Model
      • Token-Gate Model
    • The Smart Node Network
      • security-layer
      • Type of Validators Explained
      • Understanding Validators in Our System
      • Automating Responses to Network Changes & Key Rotation
      • Ensuring Continuous Operation and Recovery
      • Generating and Sharing Keys Collaboratively
      • Handling Node Expulsion and Replacement
      • Managing Cluster Membership
      • Protecting Secrets with Shamir's Method
      • Security Layer Integration
      • Setting Up Secure Clusters
    • Tokenomics
      • Tokenomics v1
      • Tokenomics V2
    • What is a Smart Node?
  • Restful APIs Documentation
Powered by GitBook
On this page
  • Smart App NFT
  • Getting Started
  • Coming Soon: HSuite Developer Portal
  1. General Documentation

Smart Apps and Interaction

PreviousGeneral DocumentationNextSubscription-Based Model

Last updated 4 months ago

A Smart App is an application that relies on communication with Smart Nodes to perform its core functions. These apps interact with the Smart Node Network to access services, data, or execute transactions.

Smart App NFT

To interact with the Smart Node Network, the Smart App Developer needs a Smart-App NFT.

The Smart App NFT provides three key capabilities:

  1. Acquire Smart-App NFT: Obtain the necessary NFT token to participate in the network

  2. Gain HTTP Access: Secure authenticated access to network services

  3. Interact with Smart-Node Network: Enable direct communication with the Smart Node infrastructure

Getting Started

To begin developing a Smart App:

  1. Purchase or mint a Smart-App NFT

  2. Configure your application with the NFT credentials

  3. Implement the required HTTP authentication

  4. Start interacting with Smart Nodes through the provided APIs

Coming Soon: HSuite Developer Portal

The HSuite Developer Portal will soon be available, providing a comprehensive platform for Smart App development.

Stay tuned! Our developer portal will offer:

  • Streamlined Smart-App NFT minting process

  • Easy application configuration

  • Authentication setup guides

  • Interactive API documentation

  • Developer resources and tutorials


The current documentation is being updated as we prepare for the Developer Portal launch.

Want to be notified when the portal launches? Join our or follow us on for updates.

Discord community
Twitter
Smart App NFT Process