libcasty-protocol-js
v0.0.5
Published
This repository contains common protocol definitions for casty services
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-jsCompile protobuffers
This command will compile .proto files of the /protobuf dir into ./bundle.js
$ npm run buildContributing
Thank you for considering contributing to Casty projects!
License
Casty is an open-source software licensed under the MIT license.
