📄️ AVM Transaction Format
This file is meant to be the single source of truth for how we serialize transactions in the Avalanche Virtual Machine (AVM). This document uses the primitive serialization format for packing and secp256k1 for cryptographic user identification.
📄️ Camino Native Token / CRC-20
What is a Camino Native Token?
📄️ Camino Smart Contracts
The Camino Network utilizes smart contracts to handle various administrative tasks, such as KYC verification, gas fee voting, and dApp incentives. Below, you can find information on these contracts and their corresponding addresses.
📄️ Cryptographic Primitives
Camino uses a variety of cryptographic primitives for its different functions. This file summarizes the type and kind of cryptography used at the network and blockchain layers.
📄️ Network Protocol
Camino network defines the core communication format between Camino nodes. It uses the primitive serialization format for payload packing.
📄️ Platform Transaction Format
This file is meant to be the single source of truth for how we serialize transactions in the Platform Chain or P-Chain. This document uses the primitive serialization format for packing and secp256k1 for cryptographic user identification.
📄️ Serialization Primitives
Camino uses a simple, uniform, and elegant representation for all internal data. This document describes how primitive types are encoded on the Camino Network. Transactions are encoded in terms of these basic primitive types.