Skip to content

Instantly share code, notes, and snippets.

@florindumitru
Created August 23, 2021 06:15
Show Gist options
  • Select an option

  • Save florindumitru/e16b15decf6f6f7cc621a59f7d1c4c4d to your computer and use it in GitHub Desktop.

Select an option

Save florindumitru/e16b15decf6f6f7cc621a59f7d1c4c4d to your computer and use it in GitHub Desktop.
const Tatum = require("@tatumio/tatum");
async function start() {
const btcWallet = await Tatum.generateWallet( Tatum.Currency.BTC, true);
console.log(btcWallet);
}
start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment