Rushabh Sudame
Rushabh Sudame

Reputation: 474

How to Query Transaction on Hyperledger Sawtooth?

I want to perform CRUD operations in Hyperledger Sawtooth.

Can I perform CRUD operations in Hyperledger Sawtooth?

Upvotes: 0

Views: 426

Answers (1)

silverhead
silverhead

Reputation: 46

You can perform CRUD but this will be a bit different from just CRUD operations, you can only create and update or delete with the help of the transaction processor, but if you want to have a local database setup for you, then you can go to ledger_sync sawtooth with this you can sync your blockchain ledger with your local database your choice, repository mentioned here is using rethinkDB but you can configure it for SQL or mongodb or any database of your choice

Upvotes: 3

Related Questions