๐Ÿ“”
Blockchain API guides
  • Welcome to Data123 Documents!
  • Quick Start
  • Reference
    • API Reference
      • Aleo
        • RPC Methods
          • Latest Height
          • Latest Hash
          • Latest Block
          • Latest State Root
          • Get Block
          • Get Blocks
          • Get Block Transactions
          • Get Transaction
          • Get Confirmed Transaction
          • Get Memory pool Transactions
          • Get Progrem
          • Get Mapping Names
          • Get Mapping Value
          • Get State Path For Commitment
          • Find Block Hash
          • Find Transaction ID From Program ID
          • Find Transaction ID From Transition ID
          • Find Transition ID
          • Get Environment Info
          • Transaction Broadcast
      • Drand
        • JSON-RPC Methods
      • Filecoin
        • JSON-RPC Methods
      • Ethereum
        • JSON-RPC Methods
      • Starknet
Powered by GitBook
On this page
  1. Reference
  2. API Reference

Aleo

The Aleo Network allows unaffiliated nodes โ€” individual computers, phones, and other devices โ€” to work together to update a ledger. This ledger is used to maintain records: encrypted data owned by end-users, and mappings, public shared data owned by programs. That makes it very similar to other widely used and provably secure blockchain ledgers, like Ethereum, but with one important additional safety mechanism: Aleo is purpose-built so that developers can do all of this without needing to publish all of their usersโ€™ data.

Aleo Testnet III is an experimental network for developers to begin building and testing applications on Aleo. Testnet III is used by the core team for designing and evaluating new programs, planning and staging network upgrades, and running experimental features for inclusion on mainnet.

PreviousAPI ReferenceNextRPC Methods

Last updated 1 year ago