Skip to content

microHoffman/ENS-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ENS API

Simple API for basic ENS operations. Official ENS docs can be found here: https://docs.ens.domains/.

Available endpoints

Base URL of the server is http://localhost:1488.

  • /get-name/:address gets ENS for given address.
  • /get-address/:name gets address for given ENS.
  • /get-avatar/:name gets avatar for given ENS.
  • /get-all/:param gets { address, ens, avatar } for given address or ens.

Run project

To run the project: go run *.go.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages