0.0.9 • Published 5 years ago
turtlecoin-mnemonics v0.0.9

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
