Skip to main content

Tooling

Relayer API utils contains utilities for testing the Relayer API.

API​

createKeyPair.ts​

Exports a function to create an ed25519 key pair.

createKeyPairCLI.ts​

CLI to create an ed25519 key pair.

createReqSignature.ts​

Exports a function to create a signature for a given request.

createReqSignatureCLI.ts​

CLI to create a signature for a given request.

Comakery Security Token Transactions​

createTxData.ts​

Exports a set of functions to create a transaction data payload for a given function call.

createMetaTx.ts​

Exports a function to create a meta transaction for a given data payload.

createMetaTxCLI.ts​

CLI to create an ERC2771 meta transaction for a given function call.

Solana​

Solana requests expect a pre-signed base64 wire transaction (authority signed) for any instruction set. Use your preferred Solana SDK to build and sign the transaction; the Relayer API adds the fee-payer signature before broadcasting.