選択できるのは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