solmul

command module
v1.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 11, 2022 License: MIT Imports: 7 Imported by: 0

README

solmul a Solana rpc Multiplexer

solmul is a solana rpc multiplexer, which sends the same requests to multiple validators.

  • for all rpc calls except send transaction, the first response is sent back.

  • for all subscription calls, the notification is inspected by looking at the slot number - and only the notification with slot greater than the last seen slot number is sent back.

Installation

go get github.com/foonetic/solmul@latest

run the binary

solmul -u mainnet-beta -u mainnet-beta-serum

Documentation

Overview

solmul is a package for multiplexing solana json rpc api

- for all rpc calls except send transaction, the first response is sent back.

- for all subscription calls, the notification is inspected by looking at the slot number - and only the notification with slot greater than the last seen slot number is sent back.

After installation, run the command like below

solmul -u mainnet-beta -u mainnet-beta-serum

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL