Skip to content

warp.green cross-chain messaging protocol watcher API

License

Notifications You must be signed in to change notification settings

warpdotgreen/watcher

Repository files navigation

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

About

warp.green cross-chain messaging protocol watcher API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages