/CAT-admin-tool

Admin tool for issuing CATs

Primary LanguagePythonApache License 2.0Apache-2.0

CAT Admin Tool

Install

Ubuntu/MacOSs

git clone https://github.com/Chia-Network/CAT-admin-tool.git
cd CAT-admin-tool
python3 -m venv venv
. ./venv/bin/activate
python -m pip install --upgrade pip setuptools wheel
pip install .

(If you're on an M1 Mac, make sure you are running an ARM64 native python virtual environment)

Windows Powershell

git clone https://github.com/Chia-Network/CAT-admin-tool.git
cd CAT-admin-tool
py -m venv venv
./venv/Scripts/activate
python -m pip install --upgrade pip setuptools wheel
pip install .

Lastly this requires a synced, running light wallet