Skip to content

Files

Latest commit

 

History

History
This branch is 2288 commits behind aptos-labs/aptos-core:main.

protos

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 31, 2023
Oct 31, 2023
Oct 31, 2023
Oct 23, 2023
Oct 31, 2023
Oct 23, 2023
Oct 23, 2023
Oct 23, 2023
Oct 23, 2023

Protos

This directory contains the protobuf definitions for all Aptos services. For the sake of simplifying release and minimizing potential version conflicts, we include all protos and code generated from those protos in one place.

If you update the proto definitions in proto/, you can regenerate the code for all languages based on those protos by running this script:

./scripts/build_protos.sh

If you haven't installed deps yet, run this script from this directory:

./scripts/install_deps.sh

Also make sure to install buf, e.g. for Mac:

brew install bufbuild/buf/buf