Skip to content

Drive GRPC definition files and generated clients

License

Notifications You must be signed in to change notification settings

cloudwheels/drive-grpc

 
 

Repository files navigation

Drive GRPC

Build Status NPM version

Drive GRPC definition files and generated clients

Table of Contents

Install

npm install @dashevo/drive-grpc

Usage

import {
  UpdateStatePromiseClient,
  StartTransactionRequest,
} from '@dashevo/drive-grpc';

const client = new UpdateStatePromiseClient('http://localhost:8080');

const request = new StartTransactionRequest();

await client.startTransaction(request);

Contributing

Feel free to dive in! Open an issue or submit PRs.

License

MIT © Dash Core Group, Inc.

About

Drive GRPC definition files and generated clients

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 82.0%
  • Shell 18.0%