Quickstart
This guide helps you run the RailBridge cross-chain x402 Facilitator, a sample merchant server, and a sample client end-to-end on your local machine.
1. Prerequisites
2. Clone and Install
git clone <your-railbridge-repo-url>
cd RailBridge\ AI/facilitator
npm install3. Configure the Facilitator
cp env.template .env4. Start the Facilitator
5. Configure and Run a Merchant Server
6. Configure the Client
7. Run the Client Example
8. Where to Look in the Code
9. Next Steps
Last updated
