Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 352 Bytes

getting-started.md

File metadata and controls

30 lines (23 loc) · 352 Bytes

Getting Started

Local setup

make install

Go Modules Dependency

flowchart LR
  subgraph ops
  test-helpers
  k8s
  end

  subgraph relayer
  contract-bindings
  end

  subgraph integration-tests
  smoke
  soak
  end

  contract-bindings --> integration-tests
  test-helpers --> relayer
  k8s --> integration-tests
Loading