SDK Quick Start
The SDK leverages Wallaby API as a gateway to web3 and the blockchain.
The SDK currently supports the following blockchains:
Algorand
Avalanche
Bitcoin
BSC
Ethereum
Polygon
Install the SDK
Client Initialization
After installing the library, you can then import and use the SDK.
Some configuration params are optional depending on the endpoint. apiKey
, baseUrl
and jwt
are always required, while userId
and accessToken
are only required for certain endpoints.
To initialize the Wallaby client, simply import the Wallaby class and pass the config object.
To understand how to work with the jwt
you can refer to System Authentication with the SDK.
Example:
Last updated