mlabs-haskell / TuxedoDapp

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

CLI-Wallet: Transaction Handling #6

Open AltiMario opened 4 months ago

AltiMario commented 4 months ago

DApp implements transaction handling logic in the web application to initiate UTXO-based transactions, including NFT-related transactions, on the Tuxedo blockchain. Provide feedback to users on transaction status and confirmations. This was in the proposal.

NadigerAmit commented 4 months ago

This is implemented in cli-Wallet: https://github.com/mlabs-haskell/Tuxedo/blob/4caa90a2cc88b70973427c55c154f5af224118b8/wallet/src/kitty.rs#L203-L205

NadigerAmit commented 3 months ago

If I need to implement the 2 step REST API implementation for talisman integration, I need confirmation from the @Winni- Then I will start my implementation.

NadigerAmit commented 3 months ago

This is done from webservice point of view.

The webservice code is submitted to https://github.com/mlabs-haskell/Tuxedo/tree/webservice-with-external-signing branch