Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
jojapoppa 8c4c83dbcb final build há 1 ano
dist types há 2 anos
docs initial checkin... há 2 anos
node_modules final build há 1 ano
src initial checkin... há 2 anos
test initial checkin... há 2 anos
LICENSE initial checkin... há 2 anos
README.md initial checkin... há 2 anos
build.sh types há 2 anos
package-lock.json final build há 1 ano
package.json final build há 1 ano
tsconfig.json initial checkin... há 2 anos
typedoc.json initial checkin... há 2 anos
yarn.lock final build há 1 ano

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