No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
jojapoppa 8c4c83dbcb final build hace 1 año
dist types hace 2 años
docs initial checkin... hace 2 años
node_modules final build hace 1 año
src initial checkin... hace 2 años
test initial checkin... hace 2 años
LICENSE initial checkin... hace 2 años
README.md initial checkin... hace 2 años
build.sh types hace 2 años
package-lock.json final build hace 1 año
package.json final build hace 1 año
tsconfig.json initial checkin... hace 2 años
typedoc.json initial checkin... hace 2 años
yarn.lock final build hace 1 año

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