git-cat/atlas-chain
atlas-chain
A Git Cat peer-replicated smart contract indexer with signed commits and IPFS-backed releases.
publichealthymain
Stars
0
Forks
3
Required replicas
12
Release control plane
- Storage
- IPFS
- Governance
- multisig
- License
- MIT
package.json
624 B · JSON · Updated May 17, 2026
- 1
{ - 2
"name": "atlas-chain", - 3
"version": "0.4.0", - 4
"private": true, - 5
"scripts": { - 6
"dev": "tsx src/replicator.ts", - 7
"verify": "tsx src/attestations.ts", - 8
"release:gitcat": "gitcat publish --manifest .gitcat/manifest.json" - 9
}, - 10
"dependencies": { - 11
"@gitcat/sdk": "latest", - 12
"tsx": "^4.0.0" - 13
} - 14
}
