Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Statement

- Orbiter Module is quick developmenting, If you find a problem, please send a [new issue](https://github.com/OrbiterCross/OrbitalModule/issues/new)
- Orbiter Module is under rapid development. If you find a problem, please send a [new issue](https://github.com/OrbiterCross/OrbitalModule/issues/new)
- The risk of using this software will be entirely borne by him, and the author of the software (Orbiter Module) does not bear any responsibility.
- The author of the software (Orbiter Module) does not bear any responsibility for service interruption or other defects caused by force majeure or uncontrollable reasons such as hacker attacks, communication line interruption, etc., which cause users to be unable to use normally, but will try to reduce the resulting damage to users(Loss or impact).
- For issues not covered by this statement, please refer to the relevant national laws and regulations. When this statement conflicts with the relevant national laws and regulations, the national laws and regulations shall prevail.
Expand All @@ -17,7 +17,7 @@

- Running this project requires setting the necessary parameters, such as localProvider and localWSProvider, which support each rollup node.

- By configuring the parameters, the project can realize the economic and time savings that users can make by Orbiter when configuring the rollup dynamics. After the user initiates payment through the front-end wallet, it will monitor the transaction data of each rollup in real time and feed back the real-time status of the user's cross-rollup transfer in time.
- By configuring the parameters, the project can realize the economic and time savings that users can make by Orbiter when configuring the rollup dynamics. After the user initiates payment through the front-end wallet, it will monitor the transaction data of each rollup in real time and feedback the real-time status of the user's cross-rollup transfer in time.

## Design

Expand Down Expand Up @@ -51,7 +51,7 @@
- When you only maker service, set `ORBITER_SCENE=maker`
- When you only dashboard service, set `ORBITER_SCENE=dashboard`
- When you only all service, set `ORBITER_SCENE=all` (default)
- <font color="yellow"><b>Warnning:</b></font> if you run maker service, please do not expose your ip or port on the public network
- <font color="yellow"><b>Warning:</b></font> if you run maker service, please do not expose your ip or port on the public network

```
# When you need run at daemon, add -d
Expand Down Expand Up @@ -95,7 +95,7 @@ screen -S privatekey_input
```
screen -ls # Show all screen
screen -x [screenId] # Into screen by id
exit # Quit sreen
exit # Quit screen
```

## Licence
Expand Down