Hacker News new | ask | show | jobs
by wsxiaoys 3254 days ago
I always think the value Ethereum brings is few when the use case is like "store credit", "in-game reward". This looks like a very promising solution!

Edited: One question: it seems to me that settle service is nothing but a group of rest API end point(include register?), it'll be really useful if i could interactive with it directly with curl/bash without installing any client.

1 comments

If you head to settle.network you have examples available using the command line until also available.
I was asking if it's possible to interactive purely with curl + api, without client installed
Ah sorry, it's is also definitely possible. The documentation lists the endpoints but it's still very WIP (the doc, not the endpoints): https://settle.network/documentation/

You can also refer to the source code[0] but that requires a bit more effort.

To interact with m.settle.network you would have to signup first using the command line (that's the easiest, to get your key, though doable over curl as well as you rightfully point out)

These are only pointers, but happy to answer any question async over email at stan@stripe.com as well!

[0] https://github.com/spolu/settle/tree/master/mint/endpoint