Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/interlay/bots
- Owner: interlay
- Created: 2021-03-03T12:58:39.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T17:25:26.000Z (almost 2 years ago)
- Last Synced: 2023-05-10T21:42:33.700Z (over 1 year ago)
- Topics: bitcoin, blockchain, bot, interbtc, liquidation, polkadot, typescript
- Language: TypeScript
- Homepage:
- Size: 330 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- 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
```