cosmos-delegation-js
Version:
Node API for Cosmos Delegation using Ledger Nano S/X
9 lines (6 loc) • 339 B
JavaScript
import { getWallet } from 'utils.js'
const testMnemonic = 'table artist summer collect crack cruel lunar love gorilla road peanut wrestle system skirt shoulder female claim cannon price frost pole fury ranch fabric';
test('get wallet from mnemonic', async () => {
const wallet = getWallet(testMnemonic);
console.log(wallet);
});