minor edits to aesthetics and functionality

This commit is contained in:
NW
2025-01-08 18:26:50 +00:00
parent 5ae148a2ba
commit 18647091cf
4 changed files with 151 additions and 60 deletions

View File

@@ -1,3 +1,6 @@
// walletGenerator.js
import bip39 from 'bip39';
import HDKey from 'hdkey';
import { publicToAddress } from 'ethereumjs-util';