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 section20h ago| """Wrapper around :mod:`vaultfire_securestore` with convenience helpers.""" |
| #2 | from pathlib import Path |
| #3 | from vaultfire_securestore import SecureStore |
| #4 |
| #5 | __all__ = ["SecureStore", "create_store"] |
| #6 |
| #7 |
| #8 | def create_store(key: bytes, bucket: str | Path) -> SecureStore: |
| #9 | """Return a :class:`SecureStore` using ``bucket`` path.""" |
| #10 | return SecureStore(key, Path(bucket)) |
| #11 |