XRP Provider API
Provider Injection
window.tokenpocket.xrpQuick Start
Get Current Address
const wallet = await window.tokenpocket.xrp.connect();
console.log(wallet.address);Send XRP
const res = await window.tokenpocket.xrp.sendXrp({
from: 'r...',
to: 'r...',
amount: '1',
destinationTag: '10001',
});
console.log(res.txid);