Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decentldotland/silly-namespace
https://github.com/decentldotland/silly-namespace
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/decentldotland/silly-namespace
- Owner: decentldotland
- Created: 2024-02-15T23:35:38.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-19T23:18:01.000Z (8 months ago)
- Last Synced: 2024-04-14T10:45:36.331Z (7 months ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
@decentldotland/silly-namespace
Silly Namespace
## Build and run
```console
git pull https://github.com/decentldotland/silly-namespace.gitnpm install && npm run start
```### Base endpoint: https://silly-resolver-3dcc256b202f.herokuapp.com/
## 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)