olifanton / mnemonic
PHP mnemonic generation library for TON blockchain
Installs: 6 962
Dependents: 1
Suggesters: 0
Security: 0
Stars: 9
Watchers: 1
Forks: 0
Open Issues: 1
Requires
- php: >=8.1
- ext-hash: *
- olifanton/interop: ^1.0
Requires (Dev)
- jetbrains/phpstorm-attributes: ^1.0
- overtrue/phplint: ^9.0
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9.5
README
💬 En chat | 💬 Ру чат
PHP port of tonweb-mnemonic
JS library
Install
composer require olifanton/mnemonic
Docs
@TODO
Tests
composer run test
Contributing
Please make sure to read the Olifanton contribution guide before making a pull request.
Setup environment
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.
Fork repository
Make a repository fork in your GitHub account.
Clone your repository
git clone git@github.com:<YOUR_GITHUB_NAME>/mnemonic.git cd mnemonic
Create a feature/
(or hotfix/
) branch
git branch feature/<FEATURE_NAME> git checkout feature/<FEATURE_NAME>
Create pull request
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.
License
MIT