-
Notifications
You must be signed in to change notification settings - Fork 45
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
Showing
9 changed files
with
314 additions
and
42 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# markdownlint configuration. | ||
|
||
# For more information, see: | ||
# https://github.com/DavidAnson/markdownlint#optionsconfig. | ||
|
||
# Enable all rules. | ||
default: true | ||
|
||
line-length: | ||
# Line length checking is not strict by default. | ||
strict: true | ||
line_length: 80 | ||
# Allow longer lines for code blocks. | ||
code_block_line_length: 100 | ||
|
||
# Do not always require language specifiers with fenced code blocks since they | ||
# are not part of the Markdown spec. | ||
fenced-code-language: false | ||
|
||
# Allow <details> and <section> HTML elements | ||
no-inline-html: | ||
allowed_elements: ['details', 'summary'] |
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,7 +1,8 @@ | ||
# Configuration | ||
|
||
There are 3 different possible setups | ||
There are 3 different possible setups: | ||
|
||
- Mainnet: the live ROSE network | ||
- Testnet: the live oasis testnet | ||
- Local: A single-node validator with some known addresses that already have a certain balance hardcoded in the genesis | ||
- Local: A single-node validator with some known addresses | ||
that already have a certain balance hardcoded in the genesis |
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 +1,3 @@ | ||
# Oasis Scan | ||
|
||
See [../explorer/README.md](../explorer/README.md) |
Oops, something went wrong.