Node.js setup
Install the package
Install stargate-grpc-node-client
using either npm
or yarn
:
npm i @stargate-oss/stargate-grpc-node-client
yarn add @stargate-oss/stargate-grpc-node-client
This set-up will make all the Stargate gRPC functionality available.
The next sections explain the parts of a script to use the Stargate functionality. A full working script is included below.