Skip to content

Instantly share code, notes, and snippets.

@vlzhr
Last active December 26, 2019 14:32
Show Gist options
  • Save vlzhr/6015a5bac20a4910545e236aeaaad659 to your computer and use it in GitHub Desktop.
Save vlzhr/6015a5bac20a4910545e236aeaaad659 to your computer and use it in GitHub Desktop.
// just transferring some WAVES token to Alice
document.querySelector(".js-transfer").addEventListener("click", function() {
waves.transfer({
recipient: "3MuN7D8r19zdvSpAd1L91Gs88bcgwUFy2mn",
amount: 1,
attachment: base58("Happy New Year!")
}).broadcast().then(console.log)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment