Tooling
The test/utils
directory 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.