Skip to content

Dexterity bot built on solana blockchain | Telegram bot

Notifications You must be signed in to change notification settings

0xJonaseb11/dexterity-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bun WebSockets

A simple WebSocket server to get started using Bun.

Prerequisites

Getting Started

  1. Deploy on Railway or use this template

2.Clone the repository

git clone https://github.com/0xJonaseb11/dexterity-bot.git

3.Install dependencies

bun i

Usage

  • Development mode (debug)

    F5

  • Connecting to the Server using a WebSocket client

bunx wscat -c ws:https://localhost:3000
  • Running tests (watch mode)
bun test --watch
  • Production mode
bun src/index.ts