$ npm install
# example 127.0.0.1:3021/newMnemonic
$ npm start
$ npm run dev
$ npm run build
Open http://localhost:3021, That's all!
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="utf-8" />
<title>HdWallet SDK</title>
<meta content="HdWallet SDK" name="description"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
</head>
<body>
<script src="hdwsdk.min.js"></script>
</body>
</html>
Press F12, in the console, type "window.hdWallet", it's the instance you could use in your code.
This BIP39 tool is released under the terms of the MIT license. See LICENSE for more information or see https://opensource.org/licenses/MIT.