Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.63 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.63 KB

TODO: Put a short description of the package here that helps potential users know whether this package might be useful for them.

Features

TODO: List what your package can do. Maybe include images, gifs, or videos.

Getting started

  1. Clone repo for with typedb proto definition files git clone https://github.com/vaticle/typedb-protocol
  2. Ensure dart protobuf compiler is installed : dart pub global activate protoc_plugin.
  3. Check installation is working by running protoc --help
  4. Cd into typedb-protocol repo: cd typedb-protocol
  5. Compile proto definition files into dart files: protoc --dart_out="grpc:<PATH-TO-PROJECT>/lib/src/typedb-protocol" **/*.proto

Usage

TODO: Include short and useful examples for package users. Add longer examples to /example folder.

const like = 'sample';

Additional information

TODO: Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.