Introduction
Holyheld SDK provides methods to on- and off-ramp crypto to and from Holyheld account in Typescript/Javascript environment. By using provided functions, the process is split in only a few steps, allowing you a full control over customer flow and UI.
To use Holyheld SDK, you will require a HOLYHELD_SDK_API_KEY
. To obtain one, please reach out to your Holyheld point of contact.
Web3 Provider:
By default, a viem provider is used for EVM-compatible JSON-RPC interaction, but Web3.js and ethers.js are also supported, please see examples.