https://github.com/platonnetwork/mtool
https://github.com/platonnetwork/mtool
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/platonnetwork/mtool
- Owner: PlatONnetwork
- Created: 2020-12-16T07:31:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T07:12:33.000Z (3 months ago)
- Last Synced: 2025-02-17T08:24:52.008Z (3 months ago)
- Language: Java
- Size: 420 KB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mtool
> a miner's tool for staking, governance. it is based on jcommander.## manual
- [manual_en](./docs/manual_en.txt)
## build
```bash
./gradlew clean distTar
```
or
```bash
./gradlew clean distZip
```