您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
jojapoppa 8c4c83dbcb final build 1年前
dist types 2 年前
docs initial checkin... 2 年前
node_modules final build 1年前
src initial checkin... 2 年前
test initial checkin... 2 年前
LICENSE initial checkin... 2 年前
README.md initial checkin... 2 年前
build.sh types 2 年前
package-lock.json final build 1年前
package.json final build 1年前
tsconfig.json initial checkin... 2 年前
typedoc.json initial checkin... 2 年前
yarn.lock final build 1年前

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