yellowstone-grpc/yellowstone-grpc-client-nodejs
Pedro Gomes ce9f05432b
client: nodejs add flag to enabled proto3 (#286)
2024-02-02 12:05:56 -05: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
LICENSE_APACHE2 Relicensing as AGPL (#277) 2024-01-23 22:54:03 +05:30
README.md Add TypeScript client package (#142) 2023-06-28 20:10:46 +03:00
package-lock.json proto: add `entries_count` to block meta message (#283) 2024-01-26 08:24:49 -05:00
package.json client: nodejs add flag to enabled proto3 (#286) 2024-02-02 12:05:56 -05: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.