Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
jojapoppa 8c4c83dbcb final build vor 1 Jahr
dist types vor 2 Jahren
docs initial checkin... vor 2 Jahren
node_modules final build vor 1 Jahr
src initial checkin... vor 2 Jahren
test initial checkin... vor 2 Jahren
LICENSE initial checkin... vor 2 Jahren
README.md initial checkin... vor 2 Jahren
build.sh types vor 2 Jahren
package-lock.json final build vor 1 Jahr
package.json final build vor 1 Jahr
tsconfig.json initial checkin... vor 2 Jahren
typedoc.json initial checkin... vor 2 Jahren
yarn.lock final build vor 1 Jahr

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