Files
smom-dbis-138/services/state-anchoring-service
defiQUGandCursor 651fb59786 Add mainnet checkpoint stack: ISO attestation, participant Etherscan surface, and services.
Ship AddressActivityRegistry V1/V2, ISO20022IntakeGateway, Chain138ParticipantSurface,
checkpoint hub contracts, checkpoint-core package, aggregator/indexer/sdk services,
relay profile guards, M00 diamond bridge facet, and OMNL compliance contracts.

Co-authored-by: Cursor <[email protected]>
2026-06-24 21:54:05 -07:00
..

State Anchoring Service

Off-chain service to collect state proofs from ChainID 138 validators and submit them to MainnetTether contract on Ethereum Mainnet.

Configuration

Create .env file:

CHAIN138_RPC_URL=https://rpc-http-pub.d-bis.org
MAINNET_RPC_URL=https://eth.llamarpc.com
PRIVATE_KEY=<wallet-private-key>
TETHER_ADDRESS=0x15DF1D5BFDD8Aa4b380445D4e3E9B38d34283619

Installation

npm install
npm run build

Usage

npm start

Development

npm run dev

See Implementation Guide

See docs/deployment/TASK2_STATE_ANCHORING_SERVICE.md for detailed implementation guide.