PHP port of tonweb-mnemonic JS library
composer require olifanton/mnemonic@TODO
composer run testPlease 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 git@github.com:<YOUR_GITHUB_NAME>/mnemonic.git
cd mnemonicgit 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