https://github.com/withinboredom/open-handshake
A list of open handshake resolvers
https://github.com/withinboredom/open-handshake
handshake
Last synced: 3 months ago
JSON representation
A list of open handshake resolvers
- Host: GitHub
- URL: https://github.com/withinboredom/open-handshake
- Owner: withinboredom
- Created: 2020-02-21T23:13:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-14T11:08:55.000Z (about 5 years ago)
- Last Synced: 2024-07-29T18:44:05.124Z (10 months ago)
- Topics: handshake
- Language: C#
- Homepage: https://handy.withinboredom.info
- Size: 2.68 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Open Handshake Project
A simple API and web app for tracking open resolvers on the Handshake network.
## API
GET https://handshake-batch.azurewebsites.net/api/all
Receive an array of resolvers and their metadata.
PUT https://handshake-batch.azurewebsites.net/api/host/{ip}
Add a new ip address to the list of resolvers that are regularly checked.
GET https://handshake-batch.azurewebsites.net/api/host/{ip}
Get the metadata for a single ip address.