flow-hydraulics/flow-pds

Remove coupling to ExampleNFT in backend service

Closed this issue · 2 comments

The only place where the backend service is coupled to Example NFT is the settling script here:
https://github.com/flow-hydraulics/flow-pds/blob/main/service/app/contract_interface.go#L125

And the corresponding script is this:
https://github.com/flow-hydraulics/flow-pds/blob/main/cadence-transactions/pds/settle_exampleNFT.cdc

How do we allow settling of any type of collectible NFT?

I think this is mainly a SC issue so pinging @whalelephant and @rheaplex

This has been solved in #120, closing