0.1.0 • Published 2 years ago

@turtlecoin/mnemonics v0.1.0

Weekly downloads
32
License
GPL-3.0
Repository
github
Last release
2 years ago

image

TurtleCoin Mnemonics Helper

Prerequisite Documentation Maintenance License: GPL-3.0 Twitter: TurtlePay

NPM

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