kleros / arbitrable-proxy-contracts

General-purpose implementations of ERC-792 Arbitrables.
MIT License
12 stars 3 forks source link

Clear separation of concerns between Binary Proxy and Court #3

Closed marsrobertson closed 3 years ago

marsrobertson commented 4 years ago

These two are overlapping.

Binary Proxy

Court


A suggested way:

Binary Proxy - dispute creation only - all the rest in the court

Court - add the ability to submit evidence.

0xferit commented 4 years ago

The suggested way is not possible to implement because evidence submission functionality is on an arbitrable contract. But the Court is an arbitrator.