libcasty-protocol-js
v0.0.5
Published
This repository contains common protocol definitions for casty services
Downloads
22
Maintainers
Readme
Casty protocl package for JavaScript
This repository contains common protocol definitions for casty services
Directory Structure
The directory structure should match the protocol package.
we use /protobuf
directory for our proto files and then we compile them into a commonjs bundle file in work directory called ./commonjs.js
Install package
$ npm i libcasty-protocol-js
Compile protobuffers
This command will compile .proto
files of the /protobuf
dir into ./bundle.js
$ npm run build
Contributing
Thank you for considering contributing to Casty projects!
License
Casty is an open-source software licensed under the MIT license.