Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 636 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 636 Bytes

warp.green Watcher

warp.green cross-chain messaging protocol watcher API (that means no frontend).

Install & Run

Create virtual environment:

python3 -m venv venv
. ./venv/bin/activate

Install dependencies:

pip install --extra-index-url https://pypi.chia.net/simple/ chia-blockchain==2.2.0
pip install python-dotenv==1.0.1
pip install sqlalchemy==2.0.29
pip install web3==6.17.2
pip install fastapi==0.110.2
pip install hypercorn==0.16.0

Create config:

cp config.mainnet.json config.json

Run watcher:

python3 watcher.py

Run API:

python3 api.py