Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 518 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 518 Bytes

blockless prototypes

This repo allows for a central location to define, and reuse blockless prototypes throughout different ecosytems and languages.

Building

  • go 1.22
  • node 18.10
  • rust with cargo 1.79.0

golang

Have protobuf installed

brew install protobuf

Install proto-gen libraries for transforms for go (javascript will be installed locally).

brew install protoc-gen-go

javascript

Install ts-proto

npm i

rust

Have cargo installed following directions at https://rustup.rs/