Você não pode selecionar mais de 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 1 ano atrás
dist types 2 anos atrás
docs initial checkin... 2 anos atrás
node_modules final build 1 ano atrás
src initial checkin... 2 anos atrás
test initial checkin... 2 anos atrás
LICENSE initial checkin... 2 anos atrás
README.md initial checkin... 2 anos atrás
build.sh types 2 anos atrás
package-lock.json final build 1 ano atrás
package.json final build 1 ano atrás
tsconfig.json initial checkin... 2 anos atrás
typedoc.json initial checkin... 2 anos atrás
yarn.lock final build 1 ano atrás

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