This library implements a client for streaming account updates for backend applications.
You can find more information and documentation on the Triton One website.
You need to have the latest version of protoc
installed.
Please refer to the installation guide on the Protobuf website.
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.