mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-29 16:15:48 +00:00
Migrate content syntax via script
The changes in this commit were auto-generated by running tool/migrate.sh Following this commit, the Dactyl build no longer works but the Redocly build (mostly) should.
This commit is contained in:
@@ -3,22 +3,32 @@
|
||||
Generates key from a given input in Ed25519 and Secp256k1 format. On first run, you
|
||||
have to install the necessary node.js dedpendencies:
|
||||
|
||||
npm install
|
||||
```
|
||||
npm install
|
||||
```
|
||||
|
||||
## Command-line usage:
|
||||
|
||||
### Base58 formatted seed:
|
||||
|
||||
npm start "snJj9fYixUfpNCBn9LzLdLv5QqUKZ"
|
||||
```
|
||||
npm start "snJj9fYixUfpNCBn9LzLdLv5QqUKZ"
|
||||
```
|
||||
|
||||
### Hex formatted seed:
|
||||
|
||||
npm start "BB664A14F510A366404BC4352A2230A5"
|
||||
```
|
||||
npm start "BB664A14F510A366404BC4352A2230A5"
|
||||
```
|
||||
|
||||
### Password like seed:
|
||||
|
||||
npm start "sEdSKaCy2JT7JaM7v95H9SxkhP9wS2r"
|
||||
```
|
||||
npm start "sEdSKaCy2JT7JaM7v95H9SxkhP9wS2r"
|
||||
```
|
||||
|
||||
### Random seed
|
||||
|
||||
npm start
|
||||
```
|
||||
npm start
|
||||
```
|
||||
Reference in New Issue
Block a user