Rust CosmWasm - managing funds and transfer coins in smart contracts

Поделиться
HTML-код
  • Опубликовано: 15 ноя 2024

Комментарии • 3

  • @krishnavkanoi8026
    @krishnavkanoi8026 4 месяца назад

    can you please tell if this smart contract can transfer coins from one user to another directly using a blockchain

  • @QuickTs
    @QuickTs 7 месяцев назад

    Is it possible to call an API on off chain backend once the funds are transferred successfully? For example, the user buys an in-app purchase by sending some funds to the admin using this smart contract and passing their id and other data as input parameters. The contract then informs off chain backend via API call of the transaction.
    Or is there a better secure alternative?

    • @Reanblock
      @Reanblock  6 месяцев назад

      Thank you for your question. Yes, off chain integration is possible by monitoring on chain events and responding to them.