How to use validator node?

Nguyen Vo 21 Reputation points
2021-02-25T04:14:00.127+00:00

I am working on a small project of a private blockchain network using Azure Blockchain Services to testing and prove concepts. So i want to send a message (ex: i'm student) to transaction node and confirm that message by validator nodes before that transaction is add to the blockchain. How can I do that? What are the steps to do?

Community Center Not monitored
{count} votes

Accepted answer
  1. AshokPeddakotla-MSFT 35,971 Reputation points Moderator
    2021-03-03T08:10:02.383+00:00

    @Nguyen Vo Sorry for the delayed response. Currently, there is no way you can talk to validator nodes in ABS.

    All logic you have to write in smart contract. If a transaction which is submitted by Txn node is mined, means validator has accepted the transaction.

    Can you share your use case with more details to understand better?

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.