Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

untitled notebook

node v10.24.1
version: 1.0.0
endpointsharetweet
const{Encode,Decode}=require('xrpl-tagged-address-codec') const source='https://xrpaddress.info/#spin' const link='xrpl://to=rBA7oBScBPccjDcmGhkmCY82v2ZeLa2K2f&dt=27018280&amount=0' const tagged=Encode({account:'rBA7oBScBPccjDcmGhkmCY82v2ZeLa2K2f',tag:27018280}) const scan=`xrpl://to=${tagged}&amount=0` console.log(tagged) console.log(scan) const untagged = Decode(tagged) console.log(untagged)
Created from: https://xrpaddress.info/#spin
Loading…

no comments

    sign in to comment