Skip to content

Open-Sorcerer/lunar-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lunar Backend

This backend does the following:

  1. Listen for transactions happening on the Solana pool
  2. Filter deposit transactions
  3. Transfer tokens from the pool on Eclipse

Getting Started

  1. Clone the repo and cd into the backend directory: cd backend
  2. Install dependencies: npm install
  3. Execute the backend: tsx src/index.ts

Env variables

  1. RPC_ENDPOINT_SOLANA: Solana RPC Endpoint
  2. RPC_ENDPOINT_ECLIPSE: Eclipse RPC Endpoint
  3. KEYPAIR_1: Signer Keypair

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%