Skip to content

atomiqlabs/atomiq-sdk-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atomiq SDK demo showcase

Here you can find examples of all the things you can do with atomiq SDK

Setup

You can check the general SDK factory and swapper setup in /src/setup.ts

Wallets

Wallets (while not necessarily being part of atomiq itself) are setup in /src/wallets.ts

Utilities

Swaps

BTC -> Starknet/EVM

These swaps are using the new swap protocol, for swaps for BTC -> Solana see below for the legacy protocol

BTC -> Solana (legacy)

BTC -> Solana swaps are using the old/legacy swap protocol

BTCLN (lightning) -> Starknet/EVM

These swaps are using the new swap protocol, for swaps for BTCLN -> Solana see below for the legacy protocol

BTCLN (lightning) -> Solana

BTCLN -> Solana swaps are using the old/legacy swap protocol

Solana, Starknet, EVM -> BTC

Uses the same protocol for all supported chains, hence the flow is the same

Solana, Starknet, EVM -> BTCLN (lightning)

Uses the same protocol for all supported chains, hence the flow is the same

About

atomiq SDK example integration and feature showcase

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published