olifanton/mnemonic
最新稳定版本:1.0.2
Composer 安装命令:
composer require olifanton/mnemonic
包简介
PHP mnemonic generation library for TON blockchain
README 文档
README
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
统计信息
- 总下载量: 41.37k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-08-12