This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Local Executor (BTC below 90D MA) — Quickstart | |
| 1) Create a venv and install deps: | |
| python -m venv .venv | |
| source .venv/bin/activate | |
| pip install fastapi uvicorn[standard] pydantic requests eth-account hyperliquid-python-sdk | |
| 2) Run in DRY_RUN mode (default): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # bound-sdk-react-native | |
| React Native package for Bound | |
| ## Installation | |
| ```sh | |
| npm install bound-sdk-react-native | |
| ``` |