0.3.0 • Published 5 years ago

@dashevo/drive-grpc v0.3.0

Weekly downloads
8
License
MIT
Repository
-
Last release
5 years ago

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.

0.3.0

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago