repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
Vaultfire — KYA Trust Infrastructure for AI Agents. 134 contracts live on Base/Avalanche/Arbitrum/Polygon. 36 active bonds. 71 paid x402 endpoints. ERC-8004 + ERC-5192 + x402 v2. Mirrored from suspended github.com/Ghostkey316/ghostkey-316-vaultfire-init.
stars
latest
clone command
git clone gitlawb://did:key:z6MkryiN...pfxV/vaultfiregit clone gitlawb://did:key:z6MkryiN.../vaultfirea80144d1docs(contracts): add Solana mainnet read-only trust surface section21h ago| 'use strict'; |
| #2 |
| #3 | const { MemoryNonceStore, RedisNonceStore } = require('./nonceStore'); |
| #4 | const { createErc8128Middleware, createAuthOrErc8128Middleware } = require('./middleware'); |
| #5 | const { verifyRequest } = require('./verify'); |
| #6 |
| #7 | module.exports = { |
| #8 | MemoryNonceStore, |
| #9 | RedisNonceStore, |
| #10 | createErc8128Middleware, |
| #11 | createAuthOrErc8128Middleware, |
| #12 | verifyRequest, |
| #13 | }; |
| #14 |