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