13 ms·
Right now IOTA works as a content storage and distribution "database" regarding to what we are building, so it's more simple than Ethereum smart contracts and t
by degif 9y ago
Right now IOTA works as a content storage and distribution "database" regarding to what we are building, so it's more simple than Ethereum smart contracts and their own language. The API SDK's are all there and are working great for us!
- xwvvvvwx 9y agoDoes the SDK call out to some server running a node somewhere, or does it actually implement a client side IOTA node in JS?
- degif 9y agoTo check the data authenticity it's connecting to a node server for the data synchronisation, the data encryption happens on the client side. Client side nodes are on IOTAs roadmap as it's a technical challenge to synchronise with the network by just storing a small chunk of it.
- xwvvvvwx 9y agoWho runs the server? What incentive do they have to expend resources to commit data to the ledger? How can you trust that they have committed what you asked them to?