You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 1.1 KiB

123456789101112131415161718192021222324252627
  1. ![image](https://user-images.githubusercontent.com/34389545/35821974-62e0e25c-0a70-11e8-87dd-2cfffeb6ed47.png)
  2. # Fedoragold Mnemonics Helper
  3. ![Prerequisite](https://img.shields.io/badge/node-%3E%3D12-blue.svg) [![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg)](https://www.fedoragold.com) [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://git.fedoragold.com/jojapoppa/fedoragold-mnemonics.git/graphs/commit-activity) [![License: GPL-3.0](https://img.shields.io/badge/License-GPL--3.0-yellow.svg)](https://git.fedoragold.com/jojapoppa/fedoragold-mnemonics.git)
  4. This package contains the code paths necessary to encode and/or decode a wallet seed to Mnemonic words or back again.
  5. Adapted for use with FedoraGold from the Turtlecoin project.
  6. ## Initialization
  7. ### TypeScript
  8. ```typescript
  9. import { Mnemonics } from 'fedoragold-mnemonics'
  10. ```
  11. ### JavaScript
  12. ```javascript
  13. const Mnemonics = require('fedoragold-mnemonics').Mnemonics
  14. ```
  15. ### Documentation
  16. You can find the full documentation for this library [here](https://www.fedoragold.com)