Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.
/ drive-grpc Public archive

Drive GRPC definition files and generated clients

License

Notifications You must be signed in to change notification settings

dashevo/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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •