|
123456789101112131415161718192021222324252627 |
- 
-
- # Fedoragold Mnemonics Helper
-
-  [](https://www.fedoragold.com) [](https://git.fedoragold.com/jojapoppa/fedoragold-mnemonics.git/graphs/commit-activity) [](https://git.fedoragold.com/jojapoppa/fedoragold-mnemonics.git)
-
- 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
-
- ```typescript
- import { Mnemonics } from 'fedoragold-mnemonics'
- ```
-
- ### JavaScript
-
- ```javascript
- const Mnemonics = require('fedoragold-mnemonics').Mnemonics
- ```
-
- ### Documentation
-
- You can find the full documentation for this library [here](https://www.fedoragold.com)
|