Skip to content

𝕻 Common protocol definitions for Casty services in JavaScript

License

Notifications You must be signed in to change notification settings

castyapp/libcasty-protocol-js

Repository files navigation

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.