Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 688 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 688 Bytes

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.