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/mnemonics
Initialization
TypeScript
import { Mnemonics } from '@turtlecoin/mnemonics'
JavaScript
const Mnemonics = require('@turtlecoin/mnemonics').Mnemonics
Documentation
You can find the full documentation for this library here