Developer Tricks
Wildcard signing
Section titled “Wildcard signing”To easily test & replay, use NetworkID with value 65535 (config: [network_id]) to disable signature verification.
Added: https://github.com/Xahau/xahaud/pull/201
Server Definitions
Section titled “Server Definitions”Server definitions can easily be fetched from public nodes. These definitions include binary codec information and other network-specific data needed for transaction serialization and deserialization.
Mainnet
Section titled “Mainnet”Testnet
Section titled “Testnet”JSHooks-Testnet
Section titled “JSHooks-Testnet”These server definitions are essential for:
- Binary codec operations
- Transaction serialization
- Field type definitions
- Network-specific constants
You can use these definitions in your applications to properly encode and decode transactions for the Xahau network.