calthoff / cold-cat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cold Cat Readme

Create a virtual environment

pip3 install virtualenv
virtualenv venv
source venv/bin/activate

Install dependencies

pip3 install -r requirements.txt

Register for a blockchain API

Go to theblockchainapi.com and register for an API
put your API key and secret in your .env file like this:
API_KEY=<your_API_key>
API_SECRET=<your_secret>

Download the Phantom browser extension

Go to https://phantom.app/download and download th Phantom browser extension or app
Create an account
Put your secret phrase in your .env file like this:
RECOVERY_PHRASE=<your_recovery_phrase>

About