PAI Logo
This page contains a list of links to the PAI interface code.
PAI-MKR is an experimental frontend for a fork of the MakerDAO Multi-Collateral Dai (MCD) system on PulseChain.
PAI App Preview

⚠️ IMPORTANT DISCLAIMERS

Run it yourself

Run the original code on your own device. Read the instructions first, then choose your preferred method.

🌐 RADICLE (PRIMARY SOURCE OF TRUTH)
Repository ID
rad:z3omzBQzdH4mCiooDrUaZAyyPcsci
Stable (recommended):
rad clone rad:z3omzBQzdH4mCiooDrUaZAyyPcsci
Decentralized & verifiable.
Build from source
  1. 1. Clone the Radicle repo above
  2. 2. npm ci && npm run build
  3. 3. npm run dev to run locally
Browse full source on Radicle →
Verify before use

Always confirm the IPFS CID matches the official build.

Access App via IPFS

🌍 Decentralized Radicle Nodes

Each card below is probed live. Status reflects only what was observed — + LATEST means the seed's HEAD equals the commit this page was built from, behind N means we observed an older commit on a known seed, reachable means TCP handshake completed without error, and unreachable means DNS, connection, or TLS failure. We never call a seed "trusted" — only "observed".

Always-Current Explorer Links EXPLORER • CROSS-SEED

These open the SPA explorer against a specific seed. Each link routes the request through a different gossip peer. app.radicle.xyz and radicle.network both serve the same SPA; the seed in the path determines which gossip peer is queried first.

🛠 Developer: clone the repo directly from any seed
# Replace  with one of: seed.cielago.xyz, radicle.z572.online,
# spacefrogg.radicle.garden, primica.radicle.garden, etc.
git clone https:///rad:z3omzBQzdH4mCiooDrUaZAyyPcsci pai-mkr
cd pai-mkr && git log --oneline -5