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

Build out MoonBase API #9

Open
JFrankfurt opened this issue Jan 31, 2015 · 1 comment
Open

Build out MoonBase API #9

JFrankfurt opened this issue Jan 31, 2015 · 1 comment

Comments

@JFrankfurt
Copy link
Owner

long-term goal

Use coinding's api for inspiration: docs.coinding.apiary.io/#

What they're doing is having Devs maintain a wallet/account with them that is used for game integration.

@JFrankfurt JFrankfurt changed the title Build out MoonBase API for generic use by other game Devs Build out MoonBase API Feb 6, 2015
@JFrankfurt
Copy link
Owner Author

ToTheMoon
Needs to include:

  • Payout endpoint
    • address & amount
    • this should send a request to our server which then will pipe it to blockchain's server and back again.
      • returns success/fail and amount paid to user
  • Balance check endpoint
    • address
    • this should send a request to our server which then will pipe it to blockchain's server and back again.
      • returns success/fail and wallet balance information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants