-
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.
- Loading branch information
Showing
26 changed files
with
115 additions
and
14 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
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.
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Add to Metamask | ||
|
||
Here we explain how to add Jungochain network to your Metamask wallet. | ||
|
||
Click on the button of top left corner of your Metamask and then a pop-up like below would appear. | ||
|
||
<img src="../assets/add-metamask1.png" alt="m1" width="40%"> | ||
|
||
Click on "Add a custom nework" button. | ||
|
||
<img src="../assets/add-metamask2.png" alt="m2" width="40%"> | ||
|
||
Fill the Network name, for example "Jungochain-devnet". | ||
|
||
<img src="../assets/add-metamask3.png" alt="m3" width="40%"> | ||
|
||
Click on "Add RPC URL". | ||
|
||
<img src="../assets/add-metamask4.png" alt="m4" width="40%"> | ||
|
||
Fill the RPC URL with `https://devnet-rpc.jungoai.xyz`. | ||
|
||
<img src="../assets/add-metamask5.png" alt="m5" width="40%"> | ||
|
||
Fill ChainID with `4222` (JungoAI devnet EVM chain id is 4222) and Currency symbol with `JUNGOtest` (for clarification it's devnet token). | ||
|
||
<img src="../assets/add-metamask6.png" alt="m6" width="40%"> | ||
|
||
Fill the Block explorer URL with "https://evmscan.jungoai.xyz". | ||
|
||
<img src="../assets/add-metamask7.png" alt="m7" width="40%"> | ||
|
||
You should see Jungochain-devnet in your network list. Select it. | ||
|
||
That's it. You should be able to send and receive JUNGO token. |
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,27 @@ | ||
# Add to Talisman | ||
|
||
Talisman is an Ethereum and Polkadot, you can manage both addresses. | ||
|
||
Here we explain how to add Jungochain-devnet to Polkadot networks of Talisman. | ||
|
||
First of all, you can get Talisman from [here](https://talisman.xyz/). | ||
|
||
Go to the Setting tab and select "Networks & Tokens" and then select "Manage Networks": | ||
|
||
<img src="../assets/add-talisman1.png" alt="t1"> | ||
|
||
Select "Polkadot" tab: | ||
|
||
<img src="../assets/add-talisman2.png" alt="t2" width="40%"> | ||
|
||
Click on "Add network" button: | ||
|
||
<img src="../assets/add-talisman3.png" alt="t3" width="40%"> | ||
|
||
Fill the inputs like below: | ||
|
||
<img src="../assets/add-talisman4.png" alt="t4"> | ||
|
||
As you can see, token name (`JUNGOtest`) and decimals `9` filling up automatically. | ||
|
||
Click on "Add Network". Now you can send and receive `JUNGOtest` token. |
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 @@ | ||
# Links | ||
|
||
|
||
Substrate RPC: | ||
``` | ||
wss://devnet-rpc.jungoai.xyz | ||
``` | ||
|
||
Substrate Explorer: | ||
``` | ||
https://dotapps-io.ipns.dweb.link/?rpc=wss%3A%2F%2Fdevnet-rpc.jungoai.xyz#/explorer | ||
``` | ||
|
||
EVM RPC: | ||
``` | ||
https://devnet-rpc.jungoai.xyz | ||
``` | ||
|
||
EVM Explorere: | ||
``` | ||
https://evmscan.jungoai.xyz | ||
``` |