-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
784368a
commit 7bae995
Showing
2 changed files
with
21 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# meridian cli | ||
|
||
## Authentication | ||
|
||
Get a token from https://auth.node.glif.io/, then pass `GLIF_TOKEN=...` with | ||
every CLI invocation. | ||
|
||
## Ledger | ||
|
||
Keep your HW ledger device connected and unlocked on the Ethereum app. | ||
|
||
## Example | ||
|
||
```bash | ||
GLIF_TOKEN=abc node bin/current-round-index.js | ||
``` |
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