🚀
Tonomy Developer Docs
  • Introduction
    • Features
  • Build Web4 Apps
    • Install
    • Register your Web4 App
    • Login
    • User Data and Logout
    • Sign Verifiable Credentials
    • Server Authentication
    • Smart Contracts
      • Develop
      • Deploy
      • 1-Click Transactions
      • Wallet Signing
    • Send P2P Messages
    • Troubleshooting
  • Multi-Chain Transactions + Crypto
    • Wallet Connect
    • Antelope Sigining Request (ESR)
  • Run Tonomy Infrastructure
    • Overview
      • Configuration
      • What software to run?
    • Node Setup
      • Setup
      • Run an API Node
      • Run a Block Producer Node
      • Becoming a Block Producer on Tonomy
    • API Endpoints
    • Hardware Requirement
    • Troubleshooting
  • Connect as an Exchange
  • Run Tonomy Gov OS
    • Technical requirements
    • Deploy Tonomy ID
    • Deploy a web wallet with the SDK
    • Reference
      • Application Interface (API)
      • Software Development Kit (SDK)
    • Troubleshooting
Powered by GitBook
On this page
  • Why Use Tonomy Smart Contracts?
  • Smart Contracts on Tonomy Blockchain (Antelope Protocol)
  1. Build Web4 Apps

Smart Contracts

PreviousServer AuthenticationNextDevelop

Last updated 2 months ago

Tonomy enables seamless signing and execution of smart contract transactions directly from your app, powered by Tonomy Blockchain, which is built on the Antelope protocol (used by EOS, Telos, WAX, etc.).

Developers use C++ to write Tonomy smart contracts. These contracts are deployed to the Tonomy Blockchain, and users sign transactions via the Tonomy ID wallet using their app-scoped keys.

Why Use Tonomy Smart Contracts?

  • Frictionless transactions: Enable gasless 1-click transactions for users.

  • Multi-Factor Authentication (Optional): Secure high-value operations.

  • Trustless Execution: User signatures are non-repudiable and tied to app permissions.

Smart Contracts on Tonomy Blockchain (Antelope Protocol)

Tonomy Blockchain is built on the Antelope protocol, a high-performance, modular and upgradeable blockchain protocol framework designed for speed, scalability, and low latency.

Key properties:

  • 0.5s block times and 15,000+ transactions per second (TPS).

  • C++ smart contracts for maximum performance and flexibility.

  • Permission system that allows apps to sign on behalf of users.

Learn more about the Antelope protocol:

Antelope Protocol Documentation