You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jojapoppa 8c4c83dbcb final build 1 year ago
dist types 1 year ago
docs initial checkin... 1 year ago
node_modules final build 1 year ago
src initial checkin... 1 year ago
test initial checkin... 1 year ago
LICENSE initial checkin... 1 year ago
README.md initial checkin... 1 year ago
build.sh types 1 year ago
package-lock.json final build 1 year ago
package.json final build 1 year ago
tsconfig.json initial checkin... 1 year ago
typedoc.json initial checkin... 1 year ago
yarn.lock final build 1 year ago

README.md

image

Fedoragold Mnemonics Helper

Prerequisite Documentation Maintenance License: GPL-3.0

This package contains the code paths necessary to encode and/or decode a wallet seed to Mnemonic words or back again.

Adapted for use with FedoraGold from the Turtlecoin project.

Initialization

TypeScript

import { Mnemonics } from 'fedoragold-mnemonics'

JavaScript

const Mnemonics = require('fedoragold-mnemonics').Mnemonics

Documentation

You can find the full documentation for this library here