Set up Keys

import {Wallet} from "xrpl"
const receiverPubKey = "the public key from the explorer here"
const myWallet = Wallet.fromSeed("your seed here")Last updated

import {Wallet} from "xrpl"
const receiverPubKey = "the public key from the explorer here"
const myWallet = Wallet.fromSeed("your seed here")Last updated