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 година
dist types пре 1 година
docs initial checkin... пре 1 година
node_modules final build пре 1 година
src initial checkin... пре 1 година
test initial checkin... пре 1 година
LICENSE initial checkin... пре 1 година
README.md initial checkin... пре 1 година
build.sh types пре 1 година
package-lock.json final build пре 1 година
package.json final build пре 1 година
tsconfig.json initial checkin... пре 1 година
typedoc.json initial checkin... пре 1 година
yarn.lock final build пре 1 година

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