Chaosthebot / Chaos

A social coding experiment that updates its own code democratically.

Home Page:http://chaosthebot.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decentralized Chaos

yet-another-account opened this issue · comments

commented

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.

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

also, they cost gas.

commented

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