No description
Find a file
2025-10-27 17:05:30 +01:00
.idea initial commit 2023-01-25 00:12:08 -08:00
bazel initial commit 2023-01-25 00:12:08 -08:00
bin add solidity compiler service 2023-03-17 01:13:31 -07:00
cmd use native binaries 2023-03-20 16:03:42 -07:00
docs initial commit 2023-01-25 00:12:08 -08:00
frontend Add migration notice 2025-10-27 17:05:30 +01:00
internal initial commit 2023-01-25 00:12:08 -08:00
services use native binaries 2023-03-20 16:03:42 -07:00
.bazelrc initial commit 2023-01-25 00:12:08 -08:00
.gitignore initial commit 2023-01-25 00:12:08 -08:00
BUILD.bazel initial commit 2023-01-25 00:12:08 -08:00
go-ethereum.patch initial commit 2023-01-25 00:12:08 -08:00
go.mod initial commit 2023-01-25 00:12:08 -08:00
go.sum initial commit 2023-01-25 00:12:08 -08:00
LICENSE initial commit 2023-01-25 00:12:08 -08:00
openchainxyz-monorepo.iml initial commit 2023-01-25 00:12:08 -08:00
README.md initial commit 2023-01-25 00:12:08 -08:00
repositories.bzl initial commit 2023-01-25 00:12:08 -08:00
versions.txt bump abi-guesser and fix infinite loop bug 2023-02-13 02:42:08 -08:00
WORKSPACE initial commit 2023-01-25 00:12:08 -08:00

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