Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
MohsenNz committed Jan 29, 2025
1 parent be4666a commit 82567f8
Show file tree
Hide file tree
Showing 26 changed files with 115 additions and 14 deletions.
28 changes: 17 additions & 11 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
[Introduction](README.md)

# Guide

- [JungoAI Components](guide/jungoai-components.md)
- [Create a Wallet (Coldkey)](guide/create-a-wallet.md)
- [Create a Hotkey](guide/create-a-hotkey.md)
- [Run a Subnet node](guide/run-a-subnet-node.md)
- [Register UID](guide/register-uid.md)
- [Run Worker node](guide/run-worker.md)
- [Run Monitor node](guide/run-monitor.md)
- [Create a Subnet](guide/create-a-subnet.md)
- [Run Jungochain RPC node](guide/run-jungochain-rpc-node.md)
# General Guide

- [Add to Metamask](general/add-to-metamask.md)
- [Add to Talisman](general/add-to-talisman.md)

# Builders Guide

- [JungoAI Components](builders/jungoai-components.md)
- [Create a Wallet (Coldkey)](builders/create-a-wallet.md)
- [Create a Hotkey](builders/create-a-hotkey.md)
- [Run a Subnet node](builders/run-a-subnet-node.md)
- [Register UID](builders/register-uid.md)
- [Run Worker node](builders/run-worker.md)
- [Run Monitor node](builders/run-monitor.md)
- [Create a Subnet](builders/create-a-subnet.md)
- [Run Jungochain RPC node](builders/run-jungochain-rpc-node.md)
- [Use Subnet services as a user]()

# Tools
Expand All @@ -22,6 +27,7 @@

- [Terminologies](more/terminologies.md)
- [Emissions](more/emissions.md)
- [Links](more/links.md)

-----------

Expand Down
Binary file added src/assets/add-metamask1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/add-metamask2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/add-metamask3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/add-metamask4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/add-metamask5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/add-metamask6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/add-metamask7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/add-talisman1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/add-talisman2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/add-talisman3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/add-talisman4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/subnet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/subnet.svg
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.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Main Components of JungoAI ecosystem would be:
- Subnet
- Worker node
- Monitor node
- Base Layer
- Apps Layer

## Jungochain

Expand Down Expand Up @@ -59,3 +61,12 @@ And Here is an overview of JungoAI ecosystem:
For running subnet nodes see [here](guide/run-a-subnet-node.md).

Or if you want to create a new Subnet see [here]().

## Base Layer VS Apps Layer

We have define two groups of Subnets, Base Layer and Apps Layer, that serve different purpose.
The Subnets in Base Layer serve Subnets of Apps layer. For example we run Subnet A
in Base Layer that run a message queue service so that other Subnets can get service from Subnet A.
Every services that serve other Subnets will be put in Base Layer. Other Subnets that serve end-users
would be in Apps Layer.
We have categorized this Subnet for clarification and ease of use for Subnet creators.
4 changes: 2 additions & 2 deletions src/guide/register-uid.md → src/builders/register-uid.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ You should have a `coldkey`. Follow [here](create-a-wallet.md) to create a new o
You should have `hotkey`. Follow [here](create-a-hotkey.md) to create a new one.
</div>

## Get Token
## Get JUNGO Token

Currently you can get token by DM Mr.Bakhshandeh at Telegram ([@rbakhshandeh](https://t.me/rbakhshandeh)).
Currently you can get token by requesting in our [Telegram Builder group](https://t.me/+I41xetD5BPNlZjVk).

## Register UID

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
35 changes: 35 additions & 0 deletions src/general/add-to-metamask.md
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.
27 changes: 27 additions & 0 deletions src/general/add-to-talisman.md
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.
22 changes: 22 additions & 0 deletions src/more/links.md
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
```

0 comments on commit 82567f8

Please sign in to comment.