Deposit
Deposit Process
1. Install the NPM Package
npm i @tanx-libs/tanx-connector2. Create an Instance
import { Client } from '@tanx-libs/tanx-connector';
// Create an instance with either testnet or mainnet
const client = new Client();
// or
const client = new Client('testnet'); // default is mainnetDeposit Options
1. Ethereum Deposit
2. Cross-Chain Deposit
2.1 EVM Cross-Chain Deposit
2.2 Starknet Cross-Chain Deposit
List Deposits
Last updated
Was this helpful?