mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-19 19:55:51 +00:00
8 lines
158 B
TypeScript
8 lines
158 B
TypeScript
import { Wallet } from '../../src'
|
|
|
|
const walletSecret = 'shK6YXzwYfnFVn3YZSaMh5zuAddKx'
|
|
|
|
const wallet = Wallet.fromSeed(walletSecret)
|
|
|
|
export default wallet
|