Metadata-Version: 2.1
Name: create-tomochain-masternode
Version: 1.2.2
Summary: Set up a TomoChain masternode by running one command.
Home-page: https://tomochain.com
License: GPL-3.0+
Keywords: tomochain,blockchain,masternode,node
Author: etienne-napoleone
Author-email: etienne@tomochain.com
Requires-Python: >=3.5,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: jinja2 (>=2.10,<3.0)
Requires-Dist: pyyaml (>=3.13,<4.0)
Project-URL: Repository, https://github.com/tomochain/create-tomochain-masternode
Description-Content-Type: text/markdown

# create-tomochain-masternode
Set up a TomoChain masternode by running one command.

For guides and user documentation, please check the [official documentation](https://docs.tomochain.com/masternode/create-tomochain-masternode).

## Development

Install poetry.
```
pip3 install --user poetry
```

Install the project dependencies.
```
poetry install
```

Run tests.
```
poetry run python -m pytest
```

