Skip to content

Commit

Permalink
Add account addresses documentations
Browse files Browse the repository at this point in the history
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
moreal committed Nov 25, 2024
1 parent 4e68199 commit 7002a49
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
53 changes: 53 additions & 0 deletions docs/articles/system/account.md
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 |
2 changes: 2 additions & 0 deletions docs/articles/system/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ items:
href: adventure.md
- name: Arena
href: arena.md
- name: Account
href: account.md

0 comments on commit 7002a49

Please sign in to comment.