0.1.0 • Published 4 years ago
@turtlecoin/mnemonics v0.1.0

TurtleCoin Mnemonics Helper
This package contains the code paths necessary to encode and/or decode a wallet seed to Mnemonic words or back again.
Installation
npm install @turtlecoin/mnemonicsInitialization
TypeScript
import { Mnemonics } from '@turtlecoin/mnemonics'JavaScript
const Mnemonics = require('@turtlecoin/mnemonics').MnemonicsDocumentation
You can find the full documentation for this library here