Blockscout ENS (BENS) Name Service Integration
BENS service extends Blockscout support for name services
Last updated
Was this helpful?
BENS service extends Blockscout support for name services
Last updated
Was this helpful?
Blockscout now support Name Services for various chains including ENS for Ethereum. Search by name in the search bar or used the dedicated Name Services lookup page accessible from the Blockchain menu.
On the Name Services page search by name or address and view registration and expiration date for all names.
You'll complete the following steps to add Name Service Support to Blockscout:
Protocols can add Name Service support for Blockscout instances on various chains. The BENS microservice was first introduced in , and several bugs were fixed in , which is the recommended minimum version for integration.
. Our template uses the ENS subgraph structure, so the closer your project is the ENS the easier the integration.
Subgraph should support
to graph-node.
Submit a PR to the repository (hosted version) or integrate with your Blockscout fork.
(Base Name Service)
Enable BENS service on the instance using the
& env variables.
docker run --platform linux/x86_64 -p 8050:8050 --rm --name bens --env-file .env