You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: coffee_ws/src/sui_coffee_order_indexer/README.md
+20-8Lines changed: 20 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# Sui Indexer
1
+
# Sui Coffee Order Indexer
2
2
3
-
A ROS2 node for indexing Sui blockchain events.
3
+
A ROS2 node for indexing coffee club events from the Sui blockchain and triggering coffee machine operations.
4
4
5
5
## Description
6
6
7
-
The Sui Indexer node monitors and indexes events from a specified Sui package. It tracks events related to locks and shared objects, storing them in a local database for further processing.
7
+
The Sui Coffee Order Indexer monitors and indexes events from the coffee club smart contract on Sui. It tracks cafe creation and coffee order events, storing them in a local database and automatically triggering coffee machine operations when orders are ready for processing.
8
8
9
9
## Database Location
10
10
@@ -21,12 +21,19 @@ The Sui Indexer node monitors and indexes events from a specified Sui package. I
0 commit comments