olifanton/mnemonic

PHP mnemonic generation library for TON blockchain

1.0.2 2024-03-24 05:53 UTC

This package is auto-updated.

Last update: 2024-04-24 06:11:29 UTC


README

Code Coverage Badge Tests Latest Stable Version Total Downloads Based on TON Donation

💬 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:

  1. 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