yellowstone-grpc/yellowstone-grpc-client-nodejs
Kirill Fomichev 8f1cc8bdf4
geyser: remove startup_status (#230)
2023-11-01 16:20:23 +06:00
..
src geyser: add Entry message (#163) 2023-07-20 17:34:11 -04:00
.gitignore Add TypeScript client package (#142) 2023-06-28 20:10:46 +03:00
.prettierrc.json Add TypeScript client package (#142) 2023-06-28 20:10:46 +03:00
README.md Add TypeScript client package (#142) 2023-06-28 20:10:46 +03:00
package-lock.json geyser: include entries to block message (#169) 2023-08-10 15:39:35 -04:00
package.json geyser: remove startup_status (#230) 2023-11-01 16:20:23 +06:00
tsconfig.json geyser: add Entry message (#163) 2023-07-20 17:34:11 -04:00

README.md

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.