Skip to content

Chain-Agnostic Namespaces host informative specs and profiles of CAIPs (Chain-Agnostic Improvement Proposals) per blockchain ecosystem

Notifications You must be signed in to change notification settings

Keeper-Wallet/ChainAgnostic-namespaces

 
 

Repository files navigation

Namespaces

Chain Agnostic Namespaces (CANs) describe a blockchain ecosystem or set of ecosystems as a namespace, relying as much as possible on the CAIP specifications to minimize the research needed to interact with assets, contracts, and accounts in that namespace.

How it works

Each namespace implements one or more CAIPs. The most important CAIPs to consider for a namespace are:

  • Blockchain ID - A unique way to represent individual blockchains, also gives the namespace its name
  • Account ID - Unique representations of blockchain accounts (also used in DID PKH)
  • Asset Type and Asset ID - Uniquely refer to assets within the namespace
  • SIWx - Namespaces that support SIWx can be used with CACAO

Contributing

  1. Review CAIP-92.
  2. Fork the repository.
  3. Add your CAIP to your fork of the repository. There [will soon be] a template CAN here.
  4. Submit a Pull Request to Chain Agnostics's namespaces repository.

Your first PR should be a first draft of the final CAN, with all applicable CAIPs addressed. An editor will manually review the first PR for a new CAN and assign it a number before merging it. Make sure you include a discussions-to header with the URL to a discussion forum or open GitHub issue where people can discuss the CAN as a whole.

If your CAN requires images, the image files should be included in a subdirectory of the assets folder for that CAN as follows: assets/namespace-N (where N is to be replaced with the CAN name). When linking to an image in the CAN, use relative links such as ../assets/namespace-{N}/image.png.

CAN Status Terms

  • Draft - an CAN that is undergoing rapid iteration and changes.
  • Last Call - an CAN that is done with its initial iteration and ready for review by a wide audience.
  • Accepted - a core CAN that has been in Last Call for at least 2 weeks and any technical changes that were requested have been addressed by the author.

CAN Index

About

Chain-Agnostic Namespaces host informative specs and profiles of CAIPs (Chain-Agnostic Improvement Proposals) per blockchain ecosystem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 95.3%
  • Ruby 4.7%