Asterizm
  • What is Asterizm
    • Overview
    • Architecture
    • Benefits
    • Supported chains
      • Non-EVM chains integration plan
    • Frequently asked questions
    • White paper
    • GitHub
  • Infrastructure
    • Overview
    • Asterizm Connector
      • Client smart contract abstraction
      • Initializer smart contract
      • Translator smart contract
    • Client off-chain module
    • Asterizm Relayer
    • Asterizm Interfaces
      • IAsterizmConfigEnv
      • IConfig
      • IAsterizmEnv
      • IClientReceiverContract
      • IInitializerReceiver
      • IInitializerSender
      • IMultiChainToken
      • INonce
      • ITranslator
  • Guides
    • Transaction flow
    • Getting started
      • 1. Deploy your smart contracts
        • AsterizmDemo contract
        • Client contracts implementation logic
        • Solana integration logic
      • 2. Implement off-chain module
        • Simple implementation (shell script)
        • Default implementation (manual)
      • 3. Important! One final pre-flight check
    • External relays
      • Relay deployment and configuration
      • List of external relays
        • Chainlink
          • Mainnet
          • Testnet
    • Source chain notifications
    • Refund Logic
    • Error messages
      • EVM
        • Source chain
        • Destination chain
      • TVM and TON
      • Solana
    • Fee management
    • Code examples
    • Multi-Owner (Sender) System
  • Advanced
    • Best practices
    • Asset transfer
    • Debugging
  • Technical reference
    • Mainnet
    • Testnet
    • Smart contract audits
    • SDK
Powered by GitBook
On this page
  • Introduction
  • Built with privacy and agility at the core
  • Code examples
  1. What is Asterizm

Overview

Build cross-chain dApps across public and private VM-based chains according to your custom rules

NextArchitecture

Last updated 7 months ago

Introduction

Asterizm is a plug and play blockchain interoperability solution for enterprises, web3 protocols and fintech products with privacy and modularity at the core.

Built with privacy and agility at the core

The core of the Asterizm concept is the privacy of payload transmitted between networks and the modularity of the infrastructure.

Code examples

Сheck out our to learn how the Asterizm protocol works

All data (payload) remains private and accessible only to the owner of the , which serves as a transport layer for data and transaction proofs. function solely as a transport layer for proofs of cross-chain transactions in the form of a payload hash and a unique transaction ID (xID).

The is used for on-chain validation and integrity checks of each cross-chain transaction. It does this by utilizing the payload, hash, and unique transaction ID (xID) received from the and .

The is a Docker image, which is easily and quickly implemented in any system and the Client's security loop.

Discover the

Learn how to into your contracts, and check out our deployed smart contracts for use on and . Visit for more tech guides and examples.

white paper
Client's server
Asterizm Relayer servers
Asterizm Connector
Relayers
Client servers
Client server module
transaction flow
implement Asterizm
Asterizm Connector
Mainnet
Testnet
our GitHub
Asterizm infrastructure overview