Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/decentldotland/aikek-resolver

AIKEK Namespace Resolver
https://github.com/decentldotland/aikek-resolver

Last synced: 3 days ago
JSON representation

AIKEK Namespace Resolver

Awesome Lists containing this project

README

        





@decentldotland/aikek-resolver


AIKEK Namespace Resolver

## Build and run

```console
git pull https://github.com/decentldotland/aikek-resolver.git

npm install && npm run start
```

## Methods

### Resolve a domain

- `GET /resolve/domain/:domain`

### Resolve an address (return only primary domain)

- `GET /resolve/addr/:addr`

### Fetch all domains owned by an address

- `GET /acc/:addr`

### Fetch all addresses owning at least a domain

- `GET /eoas`

## License

This project is licensed under the [MIT License](./LICENSE)