kleros / kleros-v2

Kleros version 2
https://v2.kleros.builders
MIT License
55 stars 41 forks source link

Smart Contract Accounts support via ERC-1271 #833

Open jaybuidl opened 1 year ago

jaybuidl commented 1 year ago

Currently, smart contract accounts are able to stake in the court but

We are planning to enable hiddenVotes in the General Court in v2.

Hidden votes are already enabled in the xDAI KlerosLiquid general court and both xDAI/Ethereum Spanish general court.

Resources

EIP1271

Commit/Reveal implementation in v1

fnanni-0 commented 1 year ago

Beware that some smart contract wallets like gnosis Safe don't support send() and transfer(). You can stake but won't get the arbitration fees.

jaybuidl commented 11 months ago

Thanks @fnanni-0 that's good to know