https://github.com/kaonone/bounty-server
https://github.com/kaonone/bounty-server
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kaonone/bounty-server
- Owner: kaonone
- Created: 2019-06-14T10:17:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-30T07:46:50.000Z (over 5 years ago)
- Last Synced: 2025-01-24T06:12:46.189Z (4 months ago)
- Language: Rust
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
Check out [setup.md](setup.md).
# Usage
```
/1.0/ GET & POST
/1.0/get?address=0xFOO&recaptcha=RECAPTCHAcurl -S --header "Content-Type: application/json" --request GET --data '{"address":"0xBOO", "recaptcha":"recaptcha"}' http://127.0.0.1:8080/1.0/
curl -S --header "Content-Type: application/json" --request POST \
--data '{"not_resident":true,"terms":true,"address":"0xBOO","recaptcha":"test-value"}' \
http://127.0.0.1:8080/1.0/
```