generated from Start9Labs/hello-world-startos
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Several copy fixes and improvements * Remove config, minor copy edits to reflect same
- Loading branch information
Showing
7 changed files
with
25 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
# Welcome to RoboSats! | ||
A simple and private Lightning P2P exchange you can use directly from StartOS. | ||
|
||
A simple and private bitcoin exchange you can use right here on your Embassy. | ||
|
||
You can find detailed documentation on how to use RoboSats by [Clicking here](https://learn.robosats.com/) | ||
## Basic Usage Instructions | ||
|
||
You can find a quick start guide, tutorial videos, and detailed documentation at [Learn RoboSats](https://learn.robosats.com/). | ||
## Basic Use | ||
1. Open RoboSats by using the `LAUNCH UI` button. | ||
2. For the first time using RoboSats, you will be provided a robot token. | ||
3. You can save this token on the RoboSats service config screen if you need to persist your session. | ||
2. For the first time using RoboSats, you will be provided a robot token (a unique, transient identifier) - you can create as many of these as you'd like. | ||
|
||
**Note: It is strongly recommended to use a new robot every time when using RoboSats.** | ||
**Note: Robots are saved in your "garage." It is strongly recommended to use a new robot every time you start a new exchange.** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import { compat, types as T } from "../deps.ts"; | ||
|
||
export const migration: T.ExpectedExports.migration = compat.migrations | ||
.fromMapping({}, "0.5.2" ); | ||
.fromMapping({}, "0.5.3" ); |