Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xjonaseb11/dexterity-bot
Dexterity bot built on solana blockchain | Telegram bot
https://github.com/0xjonaseb11/dexterity-bot
blockchain bots cryptocurrency rust smartcontracts solana telegram-bot trading typescript web3
Last synced: 22 days ago
JSON representation
Dexterity bot built on solana blockchain | Telegram bot
- Host: GitHub
- URL: https://github.com/0xjonaseb11/dexterity-bot
- Owner: 0xJonaseb11
- Created: 2024-06-08T20:07:58.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-29T09:13:26.000Z (8 months ago)
- Last Synced: 2024-06-29T19:44:53.710Z (8 months ago)
- Topics: blockchain, bots, cryptocurrency, rust, smartcontracts, solana, telegram-bot, trading, typescript, web3
- Language: TypeScript
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bun WebSockets
A simple WebSocket server to get started using Bun.
![](../../actions/workflows/ci.yml/badge.svg)
[![](https://railway.app/button.svg)](https://railway.app/template/BLofAq?referralCode=bonus)
## Prerequisites
- [ Bun](https://bun.sh/) `>=1.0.0`
- [All-in-one toolkit](https://bun.sh/blog/bun-v1.0#bun-is-an-all-in-one-toolkit)
- [JavaScript runtime](https://bun.sh/blog/bun-v1.0#bun-is-a-javascript-runtime)
- [Package manager](https://bun.sh/blog/bun-v1.0#bun-is-a-package-manager)
- [Test runner](https://bun.sh/blog/bun-v1.0#bun-is-a-test-runner)
- [Bundler](https://bun.sh/blog/bun-v1.0#bun-is-a-bundler)## Getting Started
1. **[Deploy on Railway](https://railway.app/template/BLofAq?referralCode=bonus)** or **[use this template](https://github.com/dayblox/bun-ws/generate)**
2.**Clone** the repository
```sh
git clone https://github.com/0xJonaseb11/dexterity-bot.git
```3.**Install** dependencies
```sh
bun i
```## Usage
- **Development** mode (**debug**)
`F5`
- Connecting to the Server using a WebSocket client
```sh
bunx wscat -c ws://localhost:3000
```- Running **tests** (**watch** mode)
```sh
bun test --watch
```- **Production** mode
```sh
bun src/index.ts
```