mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-18 00:33:15 +00:00
Development docs
This commit is contained in:
BIN
development/assets/robot.png
Normal file
BIN
development/assets/robot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 157 KiB |
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
### Garage
|
### Garage
|
||||||
|
|
||||||
The `Garage` contains user's tokens separated by `Slots`. Every `Slot` stores the core data generated with the token and a set of `Robots`. Each `Robot` fetches the information that a `Coordinator` has about that specific token. Tokens should always be sent to all coordinators upon creation or recovery to ensure consistency and a good user experience.
|
The `Garage` contains user's tokens separated by `Slots`. Every `Slot` stores the core data generated with the token and a set of `Robots`. Tokens should always be sent to all coordinators upon creation or recovery to ensure consistency and a good user experience.
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="/development/assets/garage.png" width="500px">
|
<img src="/development/assets/garage.png" width="500px">
|
||||||
@ -26,6 +26,14 @@ A `Coordinator` contains the main data obtained from its primary API endpoints:
|
|||||||
<img src="/development/assets/coordinator.png" width="300px">
|
<img src="/development/assets/coordinator.png" width="300px">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
### Robot
|
||||||
|
|
||||||
|
A `Robot` fetches the information that a specific `Coordinator` has about a token and all necessary functions to interact with it.
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
<img src="/development/assets/robot.png" width="300px">
|
||||||
|
</div>
|
||||||
|
|
||||||
### Order
|
### Order
|
||||||
|
|
||||||
An `Order` contains the details obtained from the coordinator hosting it and all necessary functions to interact with it. The client also has the concept of `MakerForm`, which is none other than the necessary data for order creation before it is sent to the selected coordinator.
|
An `Order` contains the details obtained from the coordinator hosting it and all necessary functions to interact with it. The client also has the concept of `MakerForm`, which is none other than the necessary data for order creation before it is sent to the selected coordinator.
|
||||||
|
Reference in New Issue
Block a user