Comment on page
Relayer Client SDK
This guide includes information related to the Typescript/Javascript Relayer Client SDK.
To get started install the Supercool Relayer SDK from NPM:
npm install @supercoolxyz/relayer-client-sdk
The Javascript client is open source and you can view the code as well as code example and instructions on how to run them here.
The examples in the subsection require
api_key
and api_secret
. You can generate these credentials on the dashboard. Use
test
credentials on test networks.
Use prod
credentials on prod networks.Last modified 4mo ago