Skip to main content
This is advanced documentation. Most developers should use the SDK instead.
The @actioncodes/protocol package provides low-level access to the Action Codes protocol. Use it if you’re:
  • Building a custom relayer
  • Implementing a new chain adapter
  • Doing protocol-level validation

Installation

npm install @actioncodes/protocol

Components

When to use protocol vs SDK

Use CasePackage
Integrate Action Codes in your app@actioncodes/sdk
Build a relayer@actioncodes/protocol
Add support for a new chain@actioncodes/protocol
Audit the protocol@actioncodes/protocol
Understand internals@actioncodes/protocol
For integration guides and examples, see the Quick Start and Recipes.