Skip to content

openchainxyz/openchain-monorepo

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
January 25, 2023 00:12
January 25, 2023 00:12
bin
March 17, 2023 01:13
cmd
March 20, 2023 16:03
January 25, 2023 00:12
January 25, 2023 00:12
March 20, 2023 16:03
January 25, 2023 00:12
January 25, 2023 00:12
January 25, 2023 00:12
January 25, 2023 00:12
January 25, 2023 00:12
January 25, 2023 00:12
January 25, 2023 00:12
January 25, 2023 00:12
January 25, 2023 00:12
January 25, 2023 00:12
January 25, 2023 00:12

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