@triton-one/yellowstone-grpc
v0.6.0
Published
Yellowstone gRPC Geyser Node.js Client
Downloads
18,397
Readme
Yellowstone Node.js gRPC client
This library implements a client for streaming account updates for backend applications.
You can find more information and documentation on the Triton One website.
Prerequisites
You need to have the latest version of protoc
installed.
Please refer to the installation guide on the Protobuf website.
Usage
Install required dependencies by running
npm install
Build the project (this will generate the gRPC client and compile TypeScript):
npm run build
Please refer to examples/typescript for some usage examples.