Chaosthebot / Chaos

A social coding experiment that updates its own code democratically.
http://chaosthebot.com
MIT License
2.44k stars 210 forks source link

Decentralized Chaos #572

Open yet-another-account opened 7 years ago

yet-another-account commented 7 years ago

Here's an idea: since it seems that chaosbot has completely fizzled out, I propose we make an Ethereum contract chaosbot with the ability to update itself.

llazzaro commented 7 years ago

update is not so easy to do with smart contracts. contracts are inmutable

Sija commented 7 years ago

also, they cost gas.

eamanu commented 7 years ago

@llazzaro is right

yet-another-account commented 7 years ago

Is it possible to somehow maintain a reference to the "current" contract somewhere mutable but still distributed and consensus based?