kleros / kleros-api-DEPRECATED

A Javascript library that makes it easy to build relayers and other DApps that use the Kleros protocol. DEPRECATED use https://github.com/kleros/archon for interfacing with standard arbitration contracts.
MIT License
21 stars 15 forks source link

feat(bonding-curve): add support for the bonding curve contract #184

Closed yushih closed 5 years ago

yushih commented 5 years ago

One thing I'm completely sure about is to expose bondingCurve through the Kleros class as I do in this PR. I feel that the bonding curve is not as coherent constituent as arbitrator and arbitrable are. Will putting them together mislead the user?