Skip to content

Instantly share code, notes, and snippets.

@ryanswrt
Created August 14, 2019 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanswrt/43128a75334afd63b8ddc354eef02068 to your computer and use it in GitHub Desktop.
Save ryanswrt/43128a75334afd63b8ddc354eef02068 to your computer and use it in GitHub Desktop.
// replace
const wallet = Wavelet.loadWalletFromPrivateKey(/* private key of a wallet containing at least 10 million PERLs*/)
// with
const wallet = Wavelet.generateNewWallet()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment