crypto mnemonic case

This commit is contained in:
NW
2025-01-25 01:13:10 +00:00
parent 24aebd0bcf
commit fa09e81ddf
5 changed files with 228 additions and 40 deletions

View File

@@ -7,6 +7,7 @@ import { publicToAddress } from 'ethereumjs-util';
import * as bitcoin from 'bitcoinjs-lib';
import * as ecc from 'tiny-secp256k1';
import { ECPairFactory } from 'ecpair';
import CryptoJS from 'crypto-js';
const ECPair = ECPairFactory(ecc);
@@ -89,4 +90,4 @@ export default class WalletGenerator {
throw new Error('Failed to generate cryptocurrency wallets: ' + error.message);
}
}
}
}