Andrey Salomatin Profile picture
boards • polyrhythms • @podcastcode • @polychops
Mar 12, 2018 14 tweets 3 min read
In which we're talking about what it feels like to write code for ethereum contacts…
I didn't know much about the topic, some of the main takeaways for me:

1. Smart contact is like a microservice: a stateful program with a public API

2. Unlike a microservice, the code, the state and all the calls to it are publicly available & are immutable (b/c blockchain)…