yellowstone-grpc/yellowstone-grpc-client-nodejs
Kirill Fomichev 1c9dd9d898
proto: implement encoding instead of clone to generated (#465)
2024-11-20 23:01:58 +02:00
..
src node: remove generated grpc files (#447) 2024-11-02 11:32:00 +02: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: implement encoding instead of clone to generated (#465) 2024-11-20 23:01:58 +02:00
package.json proto: implement encoding instead of clone to generated (#465) 2024-11-20 23:01:58 +02: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.