25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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