Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/decentldotland/aikek-resolver
- Owner: decentldotland
- License: mit
- Created: 2023-11-23T16:41:05.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-25T12:03:46.000Z (8 months ago)
- Last Synced: 2024-04-14T10:45:35.104Z (7 months ago)
- Language: JavaScript
- Homepage: https://aikek-resolver-68f178067bdc.herokuapp.com/
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
@decentldotland/aikek-resolver
AIKEK Namespace Resolver
## Build and run
```console
git pull https://github.com/decentldotland/aikek-resolver.gitnpm 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)