-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add account addresses documentations
Related to #2878 --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/planetarium/lib9c/issues/2878?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information
Showing
2 changed files
with
55 additions
and
0 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,53 @@ | ||
# Account | ||
|
||
Since Lib9c is implemented by using Libplanet, Lib9c has several accounts according to Libplanet's account state model. They are listed below and you can use them to query states via NineChronicles.Headless GraphQL, RPC, or something else. | ||
|
||
| Name (`Addresses.*`) | Address | | ||
|------------------------|----------------------------------------------| | ||
| Shop | 0x0000000000000000000000000000000000000000 | | ||
| Ranking | 0x0000000000000000000000000000000000000001 | | ||
| WeeklyArena | 0x0000000000000000000000000000000000000002 | | ||
| TableSheet | 0x0000000000000000000000000000000000000003 | | ||
| GameConfig | 0x0000000000000000000000000000000000000004 | | ||
| RedeemCode | 0x0000000000000000000000000000000000000005 | | ||
| Admin | 0x0000000000000000000000000000000000000006 | | ||
| PendingActivation | 0x0000000000000000000000000000000000000007 | | ||
| ActivatedAccount | 0x0000000000000000000000000000000000000008 | | ||
| Blacksmith | 0x0000000000000000000000000000000000000009 | | ||
| GoldCurrency | 0x000000000000000000000000000000000000000a | | ||
| GoldDistribution | 0x000000000000000000000000000000000000000b | | ||
| AuthorizedMiners | 0x000000000000000000000000000000000000000c | | ||
| Credits | 0x000000000000000000000000000000000000000d | | ||
| UnlockWorld | 0x000000000000000000000000000000000000000e | | ||
| UnlockEquipmentRecipe | 0x000000000000000000000000000000000000000f | | ||
| MaterialCost | 0x0000000000000000000000000000000000000010 | | ||
| StageRandomBuff | 0x0000000000000000000000000000000000000011 | | ||
| Arena | 0x0000000000000000000000000000000000000012 | | ||
| SuperCraft | 0x0000000000000000000000000000000000000013 | | ||
| EventDungeon | 0x0000000000000000000000000000000000000014 | | ||
| Raid | 0x0000000000000000000000000000000000000015 | | ||
| Rune | 0x0000000000000000000000000000000000000016 | | ||
| Market | 0x0000000000000000000000000000000000000017 | | ||
| GarageWallet | 0x0000000000000000000000000000000000000018 | | ||
| AssetMinters | 0x0000000000000000000000000000000000000019 | | ||
| Agent | 0x000000000000000000000000000000000000001a | | ||
| Avatar | 0x000000000000000000000000000000000000001b | | ||
| Inventory | 0x000000000000000000000000000000000000001c | | ||
| WorldInformation | 0x000000000000000000000000000000000000001d | | ||
| QuestList | 0x000000000000000000000000000000000000001e | | ||
| Collection | 0x000000000000000000000000000000000000001f | | ||
| DailyReward | 0x0000000000000000000000000000000000000020 | | ||
| ActionPoint | 0x0000000000000000000000000000000000000021 | | ||
| RuneState | 0x0000000000000000000000000000000000000022 | | ||
| Relationship | 0x0000000000000000000000000000000000000023 | | ||
| CombinationSlot | 0x0000000000000000000000000000000000000024 | | ||
| ClaimedGiftIds | 0x0000000000000000000000000000000000000025 | | ||
| AdventureBoss | 0x0000000000000000000000000000000000000100 | | ||
| BountyBoard | 0x0000000000000000000000000000000000000101 | | ||
| ExploreBoard | 0x0000000000000000000000000000000000000102 | | ||
| ExplorerList | 0x0000000000000000000000000000000000000103 | | ||
| Guild | 0x0000000000000000000000000000000000000200 | | ||
| GuildMemberCounter | 0x0000000000000000000000000000000000000201 | | ||
| GuildApplication | 0x0000000000000000000000000000000000000202 | | ||
| GuildParticipant | 0x0000000000000000000000000000000000000203 | | ||
| EmptyAccountAddress | 0xffffffffffffffffffffffffffffffffffffffff | |
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 |
---|---|---|
|
@@ -7,3 +7,5 @@ items: | |
href: adventure.md | ||
- name: Arena | ||
href: arena.md | ||
- name: Account | ||
href: account.md |