Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 300 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 300 Bytes

Oraichain Indexer

How to build

docker build . \
--build-arg CONTRACT_ADDRESS=$AMM_V3_CONTRACT_ADDRESS \
--build-arg RPC_URL=$RPC_URL \
--target ammv3-indexer \
-t oraichain/defi_ammv3-indexer

How to run

cd packages/${project} && docker-compose up --remove-orphans