Examples
Source code for several Web3 providers can be found in the examples directory, as well as deployed versions are available at:
- for ethers.js: https://sdk-example-ethers-v5.holyheld.com/
- for Web3.js: https://sdk-example-web3.holyheld.com/
- for viem: https://sdk-example-wagmi.holyheld.com/
These are minimal html/javascript applications to illustrate the flow described in the document above.
Off-ramp example
A minimalistic version of the on-ramp SDK implementation can be found here.
On-ramp example
A minimalistic version of the on-ramp SDK implementation can be found here.