Stellar Tokens
const sdk = new CryptumSdk({
environment: 'testnet',
apiKey: 'YOUR-API-KEY'
})Transfer tokens
const { hash } = await sdk.token.transfer({
protocol: 'STELLAR',
wallet,
token: 'FOO',
issuer: 'GRPT1SJQ2YGR...JKU9DYFZBPAYE'
destination: 'GARMPVGIGZ4P...SBK8PYV45WTP',
amount: '7.5',
memo: ''
})Establish trustline in Stellar
Last updated
