-
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.
Merge pull request #2 from zypher-game/feat-add-zytron
add zytron doc
- Loading branch information
Showing
38 changed files
with
735 additions
and
81 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "themes/adidoks"] | ||
path = themes/adidoks | ||
url = https://github.com/aaranxu/adidoks.git | ||
url = https://github.com/sunhuachuang/adidoks.git |
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 was deleted.
Oops, something went wrong.
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,9 @@ | ||
+++ | ||
title = "ZK" | ||
description = "The zk engine documents" | ||
date = 2024-05-01T08:00:00+00:00 | ||
updated = 2024-05-01T08:00:00+00:00 | ||
sort_by = "weight" | ||
weight = 1 | ||
template = "docs/section.html" | ||
+++ |
File renamed without changes.
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
File renamed without changes.
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
File renamed without changes.
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
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
+++ | ||
title = "Zytron" | ||
description = "A layer3 game chain framework" | ||
date = 2024-05-01T08:00:00+00:00 | ||
updated = 2024-05-01T08:00:00+00:00 | ||
sort_by = "weight" | ||
weight = 1 | ||
template = "docs/section.html" | ||
+++ |
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,58 @@ | ||
+++ | ||
title = "0 GAS" | ||
description = "Zytron chain is 0 gas" | ||
date = 2024-05-01T08:00:00+00:00 | ||
updated = 2024-05-01T08:00:00+00:00 | ||
draft = false | ||
weight = 4001 | ||
sort_by = "weight" | ||
template = "docs/page.html" | ||
|
||
[extra] | ||
section = "zytron" | ||
lead = 'Zytron chain is 0 gas' | ||
toc = true | ||
top = false | ||
+++ | ||
|
||
## 0 Gas | ||
|
||
If your address and the DApp you use support Zytron's 0gas service, | ||
you only need to use Metamask to initiate a signature to authorize the transaction. | ||
|
||
> Pic here. | ||
## 0gas SBT | ||
|
||
Different Zytron networks have a contract that records whether users can be | ||
exempted from gas permissions. This permission is displayed in SBT form. | ||
Users can check whether there is SBT in their wallet to check whether 0gas interaction is possible. | ||
|
||
### Zytron on Linea SBT | ||
|
||
| Field | Value | | ||
| ---- | ---- | | ||
| Network Name | [Linea(Sepolia)](https://chainlist.org/chain/59141) | | ||
| Contract Address | 0x | | ||
|
||
### Zytron on B2 SBT | ||
|
||
| Field | Value | | ||
| ---- | ---- | | ||
| Network Name | B2 | | ||
| Contract Address | 0x | | ||
|
||
## Set Priority Gas in Metamask | ||
|
||
Since zytron allows lower transaction gas support, metamask cannot be directly adapted in many cases. | ||
Therefore, you need to manually configure the Priority Gas Price. | ||
|
||
To enable this function, please follow these step: | ||
|
||
1. In the send transaction interface, click Estimated fee edit button (blue button). | ||
2. Click Advanced. | ||
3. You can adjust the Priority Gas Price according to your needs. The larger this value, | ||
the easier it is for the transaction to be confirmed by the network. | ||
We recommend using 0.002 as the Priority Gas Price. | ||
4. To avoid doing this for every future transaction, please click "Save these values as my default for the..." | ||
5. Click "Save" and comfirm transaction. |
4 changes: 2 additions & 2 deletions
4
content/docs/zytron/_index.md → content/zytron/chain/_index.md
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,19 @@ | ||
+++ | ||
title = "Bridge" | ||
description = "Bridge Token to Zytron Chain" | ||
date = 2024-05-01T08:00:00+00:00 | ||
updated = 2024-05-01T08:00:00+00:00 | ||
draft = false | ||
weight = 4002 | ||
sort_by = "weight" | ||
template = "docs/page.html" | ||
|
||
[extra] | ||
section = "zytron" | ||
lead = 'Bridge Token to Zytron Chain' | ||
toc = true | ||
top = false | ||
+++ | ||
|
||
## Bridge Token to Zytron Chain | ||
COMMING SOON |
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,55 @@ | ||
+++ | ||
title = "What's Zytron Chain" | ||
description = "A L3 game chain." | ||
date = 2024-05-01T08:00:00+00:00 | ||
updated = 2024-05-01T08:00:00+00:00 | ||
draft = false | ||
weight = 4000 | ||
sort_by = "weight" | ||
template = "docs/page.html" | ||
|
||
[extra] | ||
section = "zytron" | ||
lead = 'A L3 game chain' | ||
toc = true | ||
top = false | ||
+++ | ||
|
||
## Add Zytron Testnet | ||
|
||
Zytron has three test networks. You can choose to use it according to your needs. | ||
|
||
### Zytron on Linea | ||
|
||
| Field | Value | | ||
| ---- | ---- | | ||
| Network Name | Zytron Linea(Sepolia) Testnet | | ||
| RPC | http://linea-testnet-zytron.zypher.game:8545/ | | ||
| ChainId | 50098 | | ||
| Explorer | http://linea-testnet-zytron-blockscout.zypher.game/ | | ||
| Currency | ETH | | ||
| Bridge | | | ||
|
||
### Zytron on B2 | ||
|
||
| Field | Value | | ||
| ---- | ---- | | ||
| Network Name | Zytron B2 Testnet | | ||
| RPC | http://b2-testnet-zytron.zypher.game:8545/ | | ||
| ChainId | 50097 | | ||
| Explorer | http://b2-testnet-zytron-blockscout.zypher.game/ | | ||
| Currency | BTC | | ||
| Bridge | | | ||
|
||
### Zytron on Celestia | ||
|
||
| Field | Value | | ||
| ---- | ---- | | ||
| Network Name | Zytron Celestia Testnet | | ||
| RPC | http://zytron-testnet.zypher.game:8545/ | | ||
| ChainId | 80085 | | ||
| Explorer | http://blockscout-rollkit-zytron-testnet.zypher.game/ | | ||
| Currency | ETH | | ||
| Bridge <sup>1</sup> | -- | | ||
|
||
> <sup>1</sup>Zytron on Celestia has no bridge. |
Oops, something went wrong.