Non-custodial Solana escrow SDK — a keyless vault where moderators can release funds but never steal them. Anchor PDA program, durable-nonce pre-signing, atomic Jito settlement. SDK + MCP + x402.
npm install && npm run buildCapabilities documented in this repository.
See the full documentation for details.
See the full documentation for details.
See the full documentation for details.
See the full documentation for details.
See the full documentation for details.
See the full documentation for details.
Install it, then run your first command.
npm install && npm run build
| Command | Runs |
|---|---|
npm run build | npm run build -w keyless-escrow && npm run build --workspaces --if-present |
npm run test | npm run test --workspaces --if-present |
Taken directly from this repository's documentation.
git clone https://github.com/nirholas/solana-marketplace-escrow.git
cd solana-marketplace-escrow
npm install && npm run buildnode --experimental-strip-types examples/devnet-lifecycle.tsnpm install
npm test --workspaces --if-present # run every package's tests
npm run build --workspaces --if-present