This repository contains Solidity contracts and TypeScript scripts to deploy and test an on-chain audit bridge.
Key files:
- contracts/AuditBridge.sol
- hardhat.config.ts
- scripts/deploy-simple.ts
- scripts/deploy.ts
- test/AuditBridge.test.ts
Usage notes
- Install dependencies: npm ci
- Compile: npx hardhat compile
- Run tests: npx hardhat test
- Deploy (simple): npx hardhat run scripts/deploy-simple.ts --network localhost
- Deploy (with config): npx hardhat run scripts/deploy.ts --network
New in this update
- Added a short usage guide for developers to quickly deploy and test the bridge locally.
For more information, refer to docs/CHANGELOG.md or the hardhat configuration in hardhat.config.ts.