Skip to content

Instantly share code, notes, and snippets.

@evanVtatum
Created December 22, 2021 11:12
Show Gist options
  • Save evanVtatum/ad6a3d77ebb3d68a1bec7efb63e906fb to your computer and use it in GitHub Desktop.
Save evanVtatum/ad6a3d77ebb3d68a1bec7efb63e906fb to your computer and use it in GitHub Desktop.
Polygon generate wallet
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