Hacker News new | ask | show | jobs
by aakilfernandes 2417 days ago
For an order book you have two options:

1. An on chain order book. But saving state on chain is expensive

2. An off chain order book. With an off chain order book, you have to hash and verify signatures for every order, which is expensive.