Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 2 months ago
JSON representation

TypeScript bots for the Kintsugi and Interlay networks

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
```