WietseWind / xrpl-accountlib

XRPL Account helper: generation, derivation and signing (family seed, mnemonic, passphrase)
MIT License
27 stars 12 forks source link

add example dynamic definitions to read me #317

Closed shortthefomo closed 6 months ago

WietseWind commented 6 months ago

Thanks @shortthefomo - but the added link (see "Files changed") is pointing to a transaction, not the example with custom definitions, right? I think you may have wanted to link to the Samples folder?

shortthefomo commented 6 months ago

darn copy past clipboard caught me out there, fixed link :O

WietseWind commented 6 months ago

I think this one is more suitable?

https://github.com/WietseWind/xrpl-accountlib/blob/master/samples/sign-custom-defs.js

It's in the actual repository samples folder :) https://github.com/WietseWind/xrpl-accountlib/tree/master/samples

WietseWind commented 6 months ago

Thank you 🤗