Appearance
Examples
Explore ready-to-use frontend examples built with the Holyheld SDK. All source code is available in the SDK examples directory.
EVM Deposit
Use these examples to build a wallet-connected Deposit flow from token balances to fiat settlement.
| Stack | Live demo |
|---|---|
| wagmi | sdk-example-wagmi.holyheld.com |
| ethers.js | sdk-example-ethers-v5.holyheld.com |
| web3.js | sdk-example-web3.holyheld.com |
EVM Withdraw
Use this example to build a Withdraw flow for funding a connected wallet.
| Stack | Live demo |
|---|---|
| wagmi | sdk-example-wagmi-on-ramp.holyheld.com |
Solana Deposit
Use this example to build a Deposit flow for Solana wallets.
| Stack | Live demo |
|---|---|
| Solana | sdk-example-solana.holyheld.com |
Production Example
A simplified production-ready Deposit implementation for EVM networks is also available here:
API Examples
Server-side examples are not published yet.
Coming soon