yellowstone-grpc/yellowstone-grpc-client-nodejs
Kirill Fomichev b482e67db1
geyser: add Entry message (#163)
2023-07-20 17:34:11 -04: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: add Entry message (#163) 2023-07-20 17:34:11 -04:00
package.json geyser: add Entry message (#163) 2023-07-20 17:34:11 -04: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.