This repo allows for a central location to define, and reuse blockless prototypes throughout different ecosytems and languages.
- go 1.22
- node 18.10
- rust with cargo 1.79.0
Have protobuf installed
brew install protobuf
Install proto-gen libraries for transforms for go (javascript will be installed locally).
brew install protoc-gen-go
Install ts-proto
npm i
Have cargo installed following directions at https://rustup.rs/