-
Notifications
You must be signed in to change notification settings - Fork 96
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
Feature Request: Node can host its own API for 3rd party apps #314
Comments
Not sure if I'm understanding your use-case. You can use the REST endpoints for your use-case. Example: |
I checked the options listed in your reference and I do not see where I can poll the blockchain for transactions matching an individual account. So, I was thinking that nodes can have a server mode option where there's a specific API to poll for transactions to/from specific accounts, and the amounts. So, I could theoretically click a switch to indicate that I want the blockchain to be watched and any transactions matching a specific account would be noted and [ SendAddress + ReceiveAddress + AmountTransacted + TransactionHash + BlockHeight ] would be present in a database accessible by a third-party app. SQLite is one option to implement that function. Apps such as games and SAAS need a way to credit users for their payments, and if you see how SAAS + data systems integrate "watching" of data, it makes sense. Court case software, for example, allows lawyers to select a plaintiff to monitor them and watch all activity on the network. So, here, with the blockchain, we should be able to have a watch list of accounts to save a record of all transactions on the watch list. |
My use case would effectively be something like this:
... and there it is, someone can pay and a node with a "watch list" address can become a Point-Of-Sale terminal, saving merchants thousands of dollars in fees that large companies grift from merchants... and the blockchain gains strength by way of increased utility and gain in market share in crypto industry. Ditch the banks, crypto requires no approval. |
I am a software developer and would love to use terra as a payment processing platform, so I can collect fees for SAAS.
One of the things I wanted to do was also use terra to host blockchain-involved apps on my own servers.
Like, to play games, people could send currency to a specific developer or game-designated wallet and then their wallet address is credited with play credits.
So, I was thinking that URL-encoded API interface would enable further use of the blockchain, as hosted by a node owned by a programmer / developer.
The text was updated successfully, but these errors were encountered: