-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Smart Services #672
Comments
If we build a third party service (a website for example), and allow users to send transactions to the service and then store it. When the set timeout expires, the service automatically sends the transaction to the blockchain network. What is the difference between this idea and the third party service? |
With this we don't need a third party service, you can do it everything decentralized. |
Decentralization is not an end. We must find the benefits of doing so before we decide to do so. |
I think this is a powerfull thing. Consensus could have a priority list and this kind of contracts could have functions for setting min net fee. These kind of automatic txs persisting looks interesting for IoT Smart Devices, the core of the future Smart and Digital Cities. ahaehauahau These kind of txs could even be chosen to be included after all txs or before all txs in every block, which could ensure other properties and open paths for future possibilities. |
* Update v2.9.0.md * Update v2.9.0.md
these are some beautiful insights into how it could be setup. The blockchain must have some autonomy over itself is essential for any service if it wants to be modular, even if its a passive table and each contract has limited schedules. a simple contract ping should be enough to facilitate most use cases but passing parameters is also ideal but this can be done via storage. to clarify, I have raised this #2903 and are looking for additional insights but no-one has put a concrete stance forward on use case and minimizing its footprint on the blockchain |
Currently NEO Smart Economy counts with NEO Smart Contracts. Now, we want to introduce a new concept, "NEO Smart Services".
With this new feature, NEO Blockchain could allow a contract to be invoked without need for a human being to interact directly with it. These types of contracts will be called "Smart Services".
How it works
Main('OnServiceCallback',[...])
The existence of Decentralized Services allows to create and manage lot of applications without human interaction.
The text was updated successfully, but these errors were encountered: