0xProject / 0x-launch-kit-frontend

Apache License 2.0
112 stars 207 forks source link

Add support to fetch all collectibles #364

Closed mariano-aguero closed 5 years ago

mariano-aguero commented 5 years ago

Connects #317. Connects #318.

Fetch all collectibles and filter the ones that belong to the user. Basic components addition so All Collectibles and My Collectibles can be styled.

Includes

Does not include

unjapones commented 5 years ago

Just in case, I spoked with @fvictorio about this PR: we don't have to retrieve the full list of "all" collectibles from opensea because in a real world scenario it implies a lot of data.

There is an interaction with the relayer in the middle that we must perform. We might implement this as a responsability of the gateway, so the code in this PR is stil valid. We'll talk about this tomorrow.

cc @mariano-aguero @Agupane