Submit the file to the registry
To make your Clear Signing metadata available to all compatible wallets, you need to submit it to the Clear Signing Registry. This section walks through the submission process step by step.
Submision steps
Step 1: Create your metadata file
Before submission, create your metadata file following the ERC-7730 standard. You can use the JSON Builder or create it manually.
Step 2: Clone the registry repository
Clone the Clear Signing Registry on GitHub.
Step 3: Add your metadata file
- Name your file according to the contract purpose or functionality:
{name}.json
(e.g.,calldata-lpv2.json
for Aave’s Lending Pool v2) - Add your file to the
registry/{dapp-name}/
directory, where{dapp-name}
is the name of your dApp or project (e.g.,registry/aave/
for Aave)
Step 4: Create a Pull request
Open a pull request following the information in the repository read me.
Step 5 : Review process
Automated checks will run to validate your metadata file and reviewers will examine your submission. Once approved, your metadata will be merged into the registry