ChainAgnostic / CAIPs

Chain Agnostic Improvement Proposals
https://chainagnostic.org
Creative Commons Zero v1.0 Universal
513 stars 152 forks source link

CAIP-2 (Chain ID): Algorand Interface #54

Open aetherplex opened 3 years ago

aetherplex commented 3 years ago

This is ticket is about the details of the Algorand interface for #2.

Interface name

The name of this interface should be "algorand", referring to the algorand blockchain networks.

Reference definition

The Chain ID, as defined by Algorand, is the genesis hash of the respective Algorand network.

Blockchains in this interface

The MainNet, TestNet, and BetaNet Algorand networks.

Examples

# Algorand MainNet
algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=

# Algorand TestNet
algorand:SGO1GKSzyE7IEPItTxCByw9x8FmnrCDexi9/cOUJOiI=

# Algorand BetaNet
algorand:mFgazF+2uRS1tMiL9dsj01hJGySEmPN28B/TjjvpVW0=
jasonpaulos commented 1 year ago

Based on more recent guidelines, I've opened a PR in the namespaces repo for this: https://github.com/ChainAgnostic/namespaces/pull/48