PHP port of tonweb-mnemonic
JS library
composer require olifanton/mnemonic
@TODO
composer run test
Please make sure to read the Olifanton contribution guide before making a pull request.
Prepare your environment for development.
Note that the instructions describe working on *nix systems (Linux and possibly macOS), development on Windows may be difficult and will not be covered in these instructions.
You'll need:
- Minimum PHP version: 8.1.
Make a repository fork in your GitHub account.
git clone [email protected]:<YOUR_GITHUB_NAME>/mnemonic.git
cd mnemonic
git branch feature/<FEATURE_NAME>
git checkout feature/<FEATURE_NAME>
After implementing your new feature (or hotfix) in your local branch, you should commit and push changes to your fork repository. After that you can create a pull-request.
MIT