Skip to content

Mika-IO/monero-checkout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

   
    
    
monero-checkout 💸

A python tool to handler monero payments.

📌 TODO

Project Planning ✔️

Connect to rpc server ⚠️

Create wallet ⚠️

Connect wallet ⚠️

Generate a payment ⚠️

Check payment status ⚠️

How run tests

Upgrade pip

python3 -m pip install --upgrade pip

Install virtualenv

python3 -m pip install virtualenv

Create virtualenv

python3 -m venv ./venv

Active virtual enviroment

# windows

cd venv/scripts
activate 

# linux
source ./venv/bin/activate

Install dependencies

pip install -r requirements.txt

Run tests

coverage run --source=src -m unittest discover -s tests -b && coverage html --omit='venv/*'

About

A python package to handler monero payments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages