Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(api): #155

Closed
wants to merge 6 commits into from
Closed

feat(api): #155

wants to merge 6 commits into from

Conversation

tgrecojs
Copy link
Contributor

@tgrecojs tgrecojs commented Jan 3, 2025

implemented node.js server API for verifying airdrop eligi…bility

  • the server is setup to handle POST requests directed at . The request expects request.body to be a public key in hex string format. If a user is eligible, the response is a valid inclusion proof.
  • includes a basic rate-limiter which will be tuned as needed in the coming days.

…bility.

* the server is setup to handle POST requests directed at . The request expects request.body to be a public key in hex string format. If a user is eligible, the response is a valid inclusion proof.
* includes a basic rate-limiter which will be tuned as needed in the coming days.
@tgrecojs tgrecojs self-assigned this Jan 3, 2025
* updated api/package.json to adhere to workspace standard
* deleted unused agoric dapp boilerplate file, api/README*.md
- added a new test data file (motivation for this change can be found in file's code comments)
- updated package.json to include test script
- pointed test_requests.sh to test data CJS module
@tgrecojs
Copy link
Contributor Author

tgrecojs commented Jan 4, 2025

decided to move this into its own dedicated repository to avoid workspace issues

https://github.com/hindley-milner-systems/tribbles-api

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant