flow-hydraulics / flow-pds

This repository is currently not maintained
4 stars 8 forks source link

Remove coupling to ExampleNFT in backend service #53

Closed latenssi closed 2 years ago

latenssi commented 2 years ago

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?

latenssi commented 2 years ago

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

latenssi commented 2 years ago

This has been solved in #120, closing