Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed all the Typo Errors in the README.md #62

Merged
merged 1 commit into from
Oct 4, 2024
Merged
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
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# 9c-board

A web application to provide useful tools. You can access it in https://9c-board.nine-chronicles.dev/.
A web application to provide useful tools. You can access it at https://9c-board.nine-chronicles.dev/.

## Devlopment
## Development

### Configure Environment

- Create `.env` file to project root directory.
- Create a `.env` file in the project's root directory.

```
# Set network config map e.g.,
Expand All @@ -26,13 +26,13 @@ yarn dev

### Planets & Networks

NineChronicle's blockchain network is divided into planets, which can be found below.
NineChronicles' blockchain network is divided into planets, which can be found below.

- main network: https://planets.nine-chronicles.com/planets
- internal network: https://planets-internal.nine-chronicles.com/planets
- Main network: https://planets.nine-chronicles.com/planets
- Internal network: https://planets-internal.nine-chronicles.com/planets

As you can see above, NineChronicle's planets are divided into main and internal networks for deployment purposes.
Therefore, each of the features provided here must be used separately for each planet and network.
As shown above, NineChronicles' planets are divided into main and internal networks for deployment purposes.
Each feature provided here must be used separately for each planet and network.

This is a common way to determine what goes into the '[NETWORK]' location in the URL of a feature, which we'll discuss below.

Expand All @@ -41,20 +41,20 @@ This is a common way to determine what goes into the '[NETWORK]' location in the
| odin | odin | odin-internal |
| heimdall | heimdall | heimdall-internal |

And since this information is tied to the `NETWORK_CONF_MAP` value and `MIMIR_GRAPHQL_URL_MAP` value you define in your `.env` file, you can change it.
Since this information is tied to the `NETWORK_CONF_MAP` and `MIMIR_GRAPHQL_URL_MAP` values defined in your `.env` file, you can change it as needed.

### Show tablesheet in web
### Show Tablesheet in Web

`https://9c-board.nine-chronicles.dev/[NETWORK]/tablesheet/[TABLESHEET_NAME]`

For instance, you can see current `StakeRegularRewardSheet` of `odin` network in `https://9c-board.nine-chronicles.dev/odin/tablesheet/StakeRegularRewardSheet`.
For instance, you can see the current `StakeRegularRewardSheet` of the `odin` network at `https://9c-board.nine-chronicles.dev/odin/tablesheet/StakeRegularRewardSheet`.

<img width="880" alt="image" src="https://user-images.githubusercontent.com/26626194/224272344-622e9d80-a74c-48bf-82b6-62f1e8dde3f1.png">

### Show avatar in web
### Show Avatar in Web

`https://9c-board.nine-chronicles.dev/[NETWORK]/avatar/[AVATAR_ADDRESS]?<index=[BLOCK_INDEX]>`

You can see some avatar state in web.
You can view some avatar states on the web.

<img width="1512" alt="image" src="https://user-images.githubusercontent.com/26626194/224272557-6c2142c3-52e3-4c7e-8744-5fe1158902b3.png">