Created
August 23, 2021 06:15
-
-
Save florindumitru/e16b15decf6f6f7cc621a59f7d1c4c4d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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