Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

figment-networks/graph-juno-ts

Repository files navigation

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>

Releases

No releases published

Packages

No packages published