PageDAO Registry Service

This is the API service for the PageDAO Registry. The registry stores information about contracts across multiple blockchains.

API Documentation
Registry Data
Admin Panel

API Endpoints

GET Registry Data

Retrieve the current registry data:

GET /.netlify/functions/registry

PUT Update Registry

Update the registry data (requires authentication):

PUT /.netlify/functions/registry

Headers:

Content-Type: application/json
Authorization: Bearer YOUR_API_TOKEN

Current Registry Data

Loading...

Admin: Add Item to Registry