Skip to content

BuildOnViction/create-tomochain-masternode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-tomochain-masternode

Set up a TomoChain masternode by running one command.

For guides and user documentation, please check the official documentation.

Development

Install poetry.

pip3 install --user poetry

Install the project dependencies.

poetry install

Run tests.

poetry run python -m pytest