The repo contains the full stacks setup for ordinals development env: bitcoind, ordinals, an explorer and an RPC API (blockstream electrs and esplora), docker based.
- Install docker, following the docs here https://docs.docker.com/engine/install/
- Clone the
ordrepo in the root directory, installordcli by building the latest version, following the docs https://github.com/casey/ord#building - Install the latest node version (recommended 19.9 at least)
docker compose up -dbash ./ord.sh server --http-port 3003bash ./ordinals-indexer/install.sh
bash ./start_indexer.sh- Bitcoin RPC: http://deop-regtest:deop-regtest@127.0.0.1:18443?timeout=10000
- Ordinals API: http://127.0.0.1:3000/
- Explorer: http://127.0.0.1:3002/
- Ordinals Explorer: http://127.0.0.1:3003/
- Esplora RPC: http://127.0.0.1:3004/
- Esplora: https://scan.deop.pro/
- Ordinals: https://ordinals.deop.pro/
- Mint: https://mint.deop.pro/
- Wallet: https://wallet.deop.pro/
- Ordinals Indexer API: https://ordinals-api.deop.pro/