-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
40636c5
commit d986224
Showing
6 changed files
with
1,556 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
web: node ./src/api.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<p align="center"> | ||
<a href="https://onsf.io"> | ||
<img src="https://github.com/decentldotland/media-kit/blob/main/namespace/namespace-logo.svg" height="160"> | ||
</a> | ||
<h3 align="center"><code>@decentldotland/aikek-resolver</code></h3> | ||
<p align="center">AIKEK Namespace Resolver</p> | ||
</p> | ||
|
||
## 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` | ||
|
||
## License | ||
|
||
This project is licensed under the [MIT License](./LICENSE) |
Oops, something went wrong.