https://github.com/interlay/bots
TypeScript bots for the Kintsugi and Interlay networks
https://github.com/interlay/bots
bitcoin blockchain bot interbtc liquidation polkadot typescript
Last synced: about 1 year ago
JSON representation
TypeScript bots for the Kintsugi and Interlay networks
- Host: GitHub
- URL: https://github.com/interlay/bots
- Owner: interlay
- Created: 2021-03-03T12:58:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T17:25:26.000Z (about 3 years ago)
- Last Synced: 2025-03-24T18:21:18.597Z (about 1 year ago)
- Topics: bitcoin, blockchain, bot, interbtc, liquidation, polkadot, typescript
- Language: TypeScript
- Homepage:
- Size: 330 KB
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bots
Repo with agents that perform actions in response to on-chain states. Includes a lending liquidation bot and an iBTC bridge load-testing bot. Built using [interbtc-api](https://github.com/interlay/interbtc-api), and serves as a guide for building other utilities with this library.
- [Lending Liquidator](./bots/lending-liquidator/)
- [Bridge Tester](./bots/bridge-tester/)
## Testing
```bash
yarn install
docker-compose up
# open a new terminal...
yarn test
```