Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 339 Bytes

File metadata and controls

18 lines (12 loc) · 339 Bytes

OpenChain Monorepo

This monorepo contains all the code which powers OpenChain

Getting Started

You'll need to install Bazel. Then, you can run individual microservices like this:

bazel run //cmd/some-random-srv:some-random-srv

You can run the frontend like this

pnpm install
pnpm run dev