GobyWallet / openapi

Backend service for Goby.app

Home Page:https://goby.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openapi

DeFi wallet on Chia Network.

Install

You can install Goby here.

Run your own node

git clone https://github.com/GobyWallet/openapi.git
cp settings.toml.default settings.toml
# change settings.toml
pip install -r requirements.txt

# start api
uvicorn openapi.api:app

# start watcher 
python -m openapi.watcher

Thanks

Thanks to the contributions of Chia Mine, MetaMask, and DeBank to crypto, we stand on your shoulders to complete this project. (🌱, 🌱)

Also, thanks to Catcoin and Taildatabase for sharing the token list.

About

Backend service for Goby.app

https://goby.app

License:MIT License


Languages

Language:Python 100.0%