Skip to content

Streamline contract audit findings integration by bridging off-chain reports into on-chain governance without violating privacy or latency constraints.

Notifications You must be signed in to change notification settings

indocs/onchain-audit-tooling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Onchain Audit Tooling

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.

About

Streamline contract audit findings integration by bridging off-chain reports into on-chain governance without violating privacy or latency constraints.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published