Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate the nft-server with the signature server #58

Open
4 tasks
LautaroPetaccio opened this issue May 19, 2022 · 0 comments
Open
4 tasks

Integrate the nft-server with the signature server #58

LautaroPetaccio opened this issue May 19, 2022 · 0 comments

Comments

@LautaroPetaccio
Copy link
Contributor

To complete this task do the following:

  • Create the swaps module.
  • Add a new source to the NFT module to get NFTs and orders from the swaps.
    • Get the swaps from the signature server and create the orders and NFTs using the information from the graph. Take into consideration the NFT metadata filters.
  • Add a new source to the Orders module to get Orders from the swaps.
    • Get the swaps from the signature server taking into consideration the Order filters. Convert the swaps to orders.
  • Add a new source to the Bids module to get Bids from the swaps.
    • Get the swaps from the signature server taking into consideration the Bids filters (the same as order). Convert the swaps to bids.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant