This is the API service for the PageDAO Registry. The registry stores information about contracts across multiple blockchains.
Retrieve the current registry data:
GET /.netlify/functions/registry
Update the registry data (requires authentication):
PUT /.netlify/functions/registry
Headers:
Content-Type: application/json Authorization: Bearer YOUR_API_TOKEN
Loading...