oso
oso copied to clipboard
Web hook to add new contracts deployed by projects already in the registry
Lot of people use hardhat deployer or foundry scripts to deploy. It will be cool to build a hook that automatically adds contract address to the repo or creates a PR. Or even better, writes to chain and you can read from there.
Proposal
- Get the
origingit remote and the commit hash - Get the contract address that we just deployed
- Mint an EAS attestation using the same wallet that pairs these 2 things