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| const hre = require("hardhat"); |
| #2 |
| #3 | async function main() { |
| #4 | const Unlock = await hre.ethers.getContractFactory("ContributorUnlockKey"); |
| #5 | const unlock = await Unlock.deploy(); |
| #6 | await unlock.deployed(); |
| #7 | console.log(`ContributorUnlockKey deployed to ${unlock.address}`); |
| #8 | } |
| #9 |
| #10 | main().catch((error) => { |
| #11 | console.error(error); |
| #12 | process.exitCode = 1; |
| #13 | }); |
| #14 |