0xProject / 0x-launch-kit-frontend

Apache License 2.0
114 stars 208 forks source link

Basic buy #365

Closed fvictorio closed 5 years ago

fvictorio commented 5 years ago

Depends on #363.

This adds an order field to the Collectible interface. This makes testing this a little involved (you have to create a sell order and then add it to the mock object for that collectible) so maybe it makes more sense to test this when #364 is ready.

fvictorio commented 5 years ago

Modified the mocked service so that the correct owner is obtained from the contract. This should make manually testing this PR easier.