mlabs-haskell / TuxedoDapp

Cryptokitties on Polkadot using UTXO
Apache License 2.0
2 stars 2 forks source link

BlockChain - Piece: Convert the basic kitty to Tradable kitty #11

Closed NadigerAmit closed 1 month ago

NadigerAmit commented 7 months ago

Need to convert the basic kitty into a tradable kitty before the trade. As tradable kitty will have price associated with .

Need to use the "TradableKittyConstraintChecker::ListKittyForSale.into(),"

https://github.com/mlabs-haskell/Tuxedo/blob/4caa90a2cc88b70973427c55c154f5af224118b8/wardrobe/tradable_kitties/src/lib.rs#L163

CC; @AltiMario

NadigerAmit commented 6 months ago

Since blockchain-side implementation is done I moving to Done as it is already submitted in the https://github.com/mlabs-haskell/Tuxedo