Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dan-da/monero-mnemonic-php
small monero mnemonic seed library for php
https://github.com/dan-da/monero-mnemonic-php
mnemonic monero monero-library monero-mnemonic monero-php php
Last synced: 4 months ago
JSON representation
small monero mnemonic seed library for php
- Host: GitHub
- URL: https://github.com/dan-da/monero-mnemonic-php
- Owner: dan-da
- License: mit
- Created: 2019-10-21T23:47:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T01:01:54.000Z (over 5 years ago)
- Last Synced: 2024-09-26T20:55:27.163Z (4 months ago)
- Topics: mnemonic, monero, monero-library, monero-mnemonic, monero-php, php
- Language: PHP
- Size: 96.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# monero-mnemonic-php
monero mnemonic seed library for php with support for multiple languages (wordsets).# installation
## for use in your own project/code
In your project's composer.json file:
```
"require": {
"dan-da/monero-mnemonic-php": "1.0.0",
},
```Then run 'composer update'.
## standalone
In case you just want to run unit tests, or contribute to development of the library.
```
$ git clone https://github.com/dan-da/monero-mnemonic-php
$ cd monero-mnemonic-php
$ composer install
```# Using the library
## For software development
See the example code/usage at the bottom of src/mnemonic.php.
## As a CLI utility
Although this code is intended as a library for other apps, mnemonic.php
can also be called directly from the command-line to encode and decode mnemonics.See the example usage at the bottom of src/mnemonic.php.
# Supported languages, aka wordsets
See src/wordsets