Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
jojapoppa 8c4c83dbcb final build před 1 rokem
dist types před 2 roky
docs initial checkin... před 2 roky
node_modules final build před 1 rokem
src initial checkin... před 2 roky
test initial checkin... před 2 roky
LICENSE initial checkin... před 2 roky
README.md initial checkin... před 2 roky
build.sh types před 2 roky
package-lock.json final build před 1 rokem
package.json final build před 1 rokem
tsconfig.json initial checkin... před 2 roky
typedoc.json initial checkin... před 2 roky
yarn.lock final build před 1 rokem

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