You are viewing a single comment's thread from:
RE: What's up with the Steem Smart Contracts tool?
Interesting, your project reminds me of LotionJS (https://lotionjs.com/) where they manage a shared state.
The "Steem Smart Contracts" use a soft-consensus as well, that's the only way to go I guess when building something on top of an existing blockchain like Steem (the "sidechain" is used as the ledger for the "shared" database only)
Hmm. I was going to create some sort of smart contracts system too at one point but realized that it was way out of my scope. So I settled for
steem-state
which was a lot less ambitious.