Created
December 22, 2021 11:12
-
-
Save evanVtatum/ad6a3d77ebb3d68a1bec7efb63e906fb to your computer and use it in GitHub Desktop.
Polygon generate wallet
This file contains 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 fcn = async () => { | |
const TESTNET = true; | |
const wallet: any = await generateWallet(Currency.MATIC, TESTNET) | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment