Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 835 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 835 Bytes

warden-protocol

This README describes the protocol library. Please refer to the top level README for an overview of all components.

Building

Generating the protocol buffer bindings requires a protocol buffer compiler. If you're a homebrew user on the mac, you can use brew install protobuf; if you're using another platform, please visit the protocol buffer project for information about how to download or build the compiler.

Once you have protoc on your path:

  1. bundle
  2. bundle exec rake build

Testing

Use bundle exec rake spec to execute the tests.

License

The project is licensed under the Apache 2.0 license (see the LICENSE file in the root directory of the repository).