I want to implement transaction process like lightening network. When 2 people do number of transactions between each other, for instance they did 10 transaction with each other. I want to keep all this to be offline and once they both want to settle down, the final transaction will publish on network instead of all the 10 transaction. How can i achieve/implement this?
Asked
Active
Viewed 47 times
0
-
What is your question? – Jesbus May 21 '18 at 08:12
-
How to do that? I want the functionality like lightening network in Ethereum – Shubham Chadokar May 21 '18 at 08:14
-
Search for state channels, for example https://ethereum.stackexchange.com/questions/473/what-are-state-channels-and-use-case-code-examples – Ismael May 23 '18 at 04:41
1 Answers
0
I want the functionality like lightening network in Ethereum
See Raiden Network: https://raiden.network
ivicaa
- 7,519
- 1
- 20
- 50