Hi,
What is the best way for smart contracts be implemented in the SAFE network?
Seems to me that, with trust handled by the network, it would be redundant to use Ethereum and its blockchain.
So what is the best smart contract scripting language, sans blockchain. Maybe plain old Python would work, nothing exotic, and it saves many people from learning something new.
How are smart contracts, or their execution, incentivized? (if that’s the right term). At the app level? Seems to me that if a new smart contract is sitting in a folder, and has a memorable (DNS) name, and has the advantage of novelty, then many people would GET it, over and over, and the owner of the smart contract or the folder is in the role of an app developer. The smart contract’s execution would be handled where? It has to be somewhere where the owner of the processor has some incentive. The smart contract is a (maybe a very small) app.
I hope that’s not too vague!