PedroMD / graph-juno-ts

Graph Juno protobuf typescript binding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

juno-ts

This modules contains the TypeScript/AssemblyScript bindings for Juno messages.

Development

Install protoc: https://github.com/protocolbuffers/protobuf/releases

Get proto-file

git submodule update --init --force

Build and test

yarn
yarn build
yarn test

Update dependencies

Update branch variable in .gitmodules to point to the new tag.

Submodule should always point to tag

git -C <submodule_dir> checkout <new_tag>
yarn build
yarn test
git commit -m <submodule_dir>

About

Graph Juno protobuf typescript binding


Languages

Language:TypeScript 99.9%Language:Shell 0.1%