Skip to content

Commit

Permalink
archway skeleton & positions upd (#58)
Browse files Browse the repository at this point in the history
* archway added skelet

* position updated

* fixed

---------

Co-authored-by: karlo <admin@MacBook-Air-admin.local>
  • Loading branch information
karloinv and karlo committed Nov 18, 2023
1 parent 482a251 commit b1b1ba9
Show file tree
Hide file tree
Showing 28 changed files with 191 additions and 20 deletions.
4 changes: 4 additions & 0 deletions docs/archway/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Archway",
"position": 2
}
15 changes: 15 additions & 0 deletions docs/archway/endpoints.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
sidebar_position: 1
description: Endpoints
---

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

# Endpoints — API / RPC / gRPC

> In the Cosmos SDK, the gRPC-gateway translates gRPC endpoints into RESTful ones, enabling users to interact via the REST API. This adaptation is essential for clients that don't natively support gRPC or HTTP2.
> The RPC endpoint enables users to interact with Archway's nodes, querying the node's state and transmitting transactions within the Archway Network.
> The gRPC endpoint enables user interactions with a Archway Node through the efficient gRPC framework. In the Cosmos SDK, this protocol is crucial for state queries and transaction broadcasts.
Binary file added docs/archway/img/archway.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions docs/archway/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Archway

import MainpageMetrics from '@site/src/components/MainpageMetrics';

<MainpageMetrics rpc="https://rpc-archway.imperator.co" binary="archwayd" />

[Archway](https://archway.io/) is designed to reward developers and builders for the value they contribute to the protocol.

- Archway is a smart contract chain within the Cosmos ecosystem that rewards developers for building scalable cross-chain dapps. It's easy to use - just deploy your contracts to the established Proof-of-Stake network for a fast and low-cost experience.
- Archway is built for flexible smart contract development and hassle-free deployment to Cosmos. With contract libraries, the Archway CLI, and the GO CosmWasm SDK available, developers can easily build and deploy their projects.
- Archway is a great platform for developers looking for a simple and rewarding way to build scalable cross-chain dapps and deploy them to the Cosmos network.

![archway](./img/archway.png)

[Website](https://archway.io/) | [Blog](https://blog.archway.io/) | [GitHub](https://github.com/archway-network) | [Twitter](https://twitter.com/archwayhq) | [Discord](https://discord.gg/5FVvx3WGfa) | [Docs](https://docs.archway.io/) | [Lightpaper](https://archway.io/lightpaper)

```mdx-code-block
import DocCardList from '@theme/DocCardList';
<DocCardList />
```
4 changes: 4 additions & 0 deletions docs/archway/sync/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Sync",
"position": 2
}
22 changes: 22 additions & 0 deletions docs/archway/sync/addrbook.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
sidebar_position: 4
description: AddrBook
---

# AddrBook

> Address book refers to a local database or record that a node maintains of all the peers it has come into contact with or learned about. This helps in the peer discovery process.
import SelectPaste from '@site/src/components/SelectPaste';

import { addrBook } from '@site/src/components/SelectPaste/addrBook.ts';

export let endpoints = [
'https://s3.imperator.co/mainnets-addrbook/archway/addrbook.json',
];

export let home = 'archway';

export let binary = 'archwayd';

<SelectPaste endpoints={endpoints} codeTemplate={addrBook} home={home} binary={binary} tip="Click on any endpoint to paste it into the code block." />
30 changes: 30 additions & 0 deletions docs/archway/sync/snapshot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
sidebar_position: 1
description: Snapshot
---

# Snapshot

> When a new node joins a network, it can use a snapshot — a compressed backup of the chain's data — to quickly synchronize with the current state. Snapshots expedite the process, reducing the need to download and verify every transaction from the beginning.
:::info
Choose a snapshot from the list and run the commands below. Don't forget to change `snapshot_url`.
:::

```bash
sudo systemctl stop archwayd

# make a backup
cp $HOME/.archway/data/priv_validator_state.json $HOME/.archway/priv_validator_state.json.backup

# reset your node and download a snapshot
archwayd tendermint unsafe-reset-all --home $HOME/.archway --keep-addr-book
wget <snapshot_url> | lz4 -dc - | tar -xf - -C $HOME/.archway

# replace the priv_validator_state.json you have backed up
mv $HOME/.archway/priv_validator_state.json.backup $HOME/.archway/data/priv_validator_state.json

sudo systemctl restart archwayd && sudo journalctl -u archwayd -f -o cat
```

A list of Snapshots you can use:
22 changes: 22 additions & 0 deletions docs/archway/sync/state-sync.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
sidebar_position: 2
description: State Sync
---

# State Sync

> State Sync allows new nodes to join a blockchain network by downloading a recent snapshot of the application state instead of processing all historical blocks. This approach is typically faster and requires less data, as the application state is usually more concise than the entire block history.
import SelectPaste from '@site/src/components/SelectPaste';

import { stateSync } from '@site/src/components/SelectPaste/stateSync.ts';

export let endpoints = [
'https://rpc-archway.imperator.co',
];

export let home = 'archway';

export let binary = 'archwayd';

<SelectPaste endpoints={endpoints} codeTemplate={stateSync} home={home} binary={binary} tip="Click on any RPC to paste it into the code block." />
4 changes: 4 additions & 0 deletions docs/archway/useful-tools/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Useful Resources",
"position": 3
}
10 changes: 10 additions & 0 deletions docs/archway/useful-tools/explorers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
sidebar_position: 1
description: Explorers
---

# Explorers

> A block explorer is a search engine that allows users to access and explore the contents of individual blocks, transactions, validators, and addresses on a blockchain. It provides a visual interface to navigate the intricate details of blockchain operations.
### There are a number of explorers that you can use for Archway:
14 changes: 14 additions & 0 deletions docs/archway/useful-tools/other-tools.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
sidebar_position: 3
description: Other-tools
---

# Other Tools

> This page is a repository of valuable tools and resources offered by the Archway Community, including monitoring systems, dashboards, and versatile platforms. These resources are designed to enhance your capabilities and are backed by Archway Community's commitment to support your needs.
:::info
The following page contains links to third-party content. Archway does not endorse or provide support for these contributions.
:::

To contribute your own resource, simply click on **Edit this page** at the bottom, insert your resource using Markdown formatting, and then initiate a pull request for the submission to be reviewed.
10 changes: 10 additions & 0 deletions docs/archway/useful-tools/telegram-bots.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
sidebar_position: 2
description: Telegram Bots
---

# Telegram Bots

> Telegram bots are designed to monitor nodes, provide real-time alerts and health statistics. Bots deliver instant notifications on server downtimes, resource usage, or governance proposals, enabling administrators to act swiftly in response to any anomalies.
To contribute your own resource, simply click on **Edit this** page at the bottom, insert your resource using Markdown formatting, and then initiate a pull request for the submission to be reviewed.
2 changes: 1 addition & 1 deletion docs/babylon/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Babylon",
"position": 16
"position": 3
}
4 changes: 2 additions & 2 deletions docs/babylon/endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import TabItem from '@theme/TabItem';

> In the Cosmos SDK, the gRPC-gateway translates gRPC endpoints into RESTful ones, enabling users to interact via the REST API. This adaptation is essential for clients that don't natively support gRPC or HTTP2.
> The RPC endpoint enables users to interact with Band's nodes, querying the node's state and transmitting transactions within the Band Protocol.
> The RPC endpoint enables users to interact with Babylon's nodes, querying the node's state and transmitting transactions within the Babylon Network.
> The gRPC endpoint enables user interactions with a Band Node through the efficient gRPC framework. In the Cosmos SDK, this protocol is crucial for state queries and transaction broadcasts.
> The gRPC endpoint enables user interactions with a Babylon Node through the efficient gRPC framework. In the Cosmos SDK, this protocol is crucial for state queries and transaction broadcasts.
<Tabs>
<TabItem value="api" label="API" default>
Expand Down
2 changes: 1 addition & 1 deletion docs/babylon/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Babylon consists of two innovative security-sharing protocols between Bitcoin an

![babylon](./img/babylon.png)

[Website](https://babylonchain.io/) | [Blog](https://babylonchain.io/blog) | [GitHub](https://github.com/babylonchain) | [Twitter] (https://twitter.com/babylon_chain) | [Discord](https://discord.com/invite/babylonglobal) | [Docs](https://docs.babylonchain.io)
[Website](https://babylonchain.io/) | [Blog](https://babylonchain.io/blog) | [GitHub](https://github.com/babylonchain) | [Twitter](https://twitter.com/babylon_chain) | [Discord](https://discord.com/invite/babylonglobal) | [Docs](https://docs.babylonchain.io)

```mdx-code-block
import DocCardList from '@theme/DocCardList';
Expand Down
6 changes: 3 additions & 3 deletions docs/babylon/useful-tools/telegram-bots.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ To contribute your own resource, simply click on **Edit this** page at the botto

| Name | Description | Author | Date added/updated |
| --- | --- | --- | --- |
| [Testnet Proposal Bot](https://t.me/kjnodes_testnet_proposal_bot) | A telegram bot to notify users of governance proposals when they're available for voting. | [kjnodes](https://github.com/kj89) | 2023-18-11 |
[L0vd](https://t.me/L0vdBot) | A telegram bot to notify notifications for Babylon blockchain events: aggregates BBN token info, comission, stake, etc. | [L0vd](https://t.me/L0vdBot) | 2023-10-11 |
| [Governance Bot](https://t.me/nodejumper_governance_bot) | A telegram bot to notify users of governance proposals when they're available for voting. | [NodeJumper](https://github.com/nodejumper-org) | 2023-09-14 |
| [Testnet Proposal Bot](https://t.me/kjnodes_testnet_proposal_bot) | A telegram bot to notify users of governance proposals when they're available for voting. | [kjnodes](https://github.com/kj89) | 2023-08-22 |
[L0vd](https://t.me/L0vdBot) | A telegram bot to notify notifications for Babylon blockchain events: aggregates BBN token info, comission, stake, etc. | [L0vd](https://t.me/L0vdBot) | 2023-04-05 |
| [Governance Bot](https://t.me/nodejumper_governance_bot) | A telegram bot to notify users of governance proposals when they're available for voting. | [NodeJumper](https://github.com/nodejumper-org) | 2023-06-27 |
2 changes: 1 addition & 1 deletion docs/band-protocol/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Band Protocol",
"position": 2
"position": 4
}
2 changes: 1 addition & 1 deletion docs/celestia/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Celestia",
"position": 3
"position": 5
}
4 changes: 2 additions & 2 deletions docs/celestia/endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import TabItem from '@theme/TabItem';

> In the Cosmos SDK, the gRPC-gateway translates gRPC endpoints into RESTful ones, enabling users to interact via the REST API. This adaptation is essential for clients that don't natively support gRPC or HTTP2.
> The RPC endpoint enables users to interact with Band's nodes, querying the node's state and transmitting transactions within the Band Protocol.
> The RPC endpoint enables users to interact with Celestia's nodes, querying the node's state and transmitting transactions within the Celestia Network.
> The gRPC endpoint enables user interactions with a Band Node through the efficient gRPC framework. In the Cosmos SDK, this protocol is crucial for state queries and transaction broadcasts.
> The gRPC endpoint enables user interactions with a Celestia Node through the efficient gRPC framework. In the Cosmos SDK, this protocol is crucial for state queries and transaction broadcasts.
<Tabs>
<TabItem value="api" label="API" default>
Expand Down
2 changes: 1 addition & 1 deletion docs/dymension/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Dymension",
"position": 4
"position": 6
}
2 changes: 1 addition & 1 deletion docs/dymension/endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem';

> In the Cosmos SDK, the gRPC-gateway translates gRPC endpoints into RESTful ones, enabling users to interact via the REST API. This adaptation is essential for clients that don't natively support gRPC or HTTP2.
> The RPC endpoint enables users to interact with Dymension's nodes, querying the node's state and transmitting transactions within the Dymension.
> The RPC endpoint enables users to interact with Dymension's nodes, querying the node's state and transmitting transactions within the Dymension Network.
> The gRPC endpoint enables user interactions with a Dymension Node through the efficient gRPC framework. In the Cosmos SDK, this protocol is crucial for state queries and transaction broadcasts.
Expand Down
2 changes: 1 addition & 1 deletion docs/haqq-network/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Haqq Network",
"position": 5
"position": 7
}
2 changes: 1 addition & 1 deletion docs/lava-network/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Lava Network",
"position": 6
"position": 8
}
15 changes: 15 additions & 0 deletions docs/lava-network/endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ https://lava.api.t.anode.team
https://api.lava-testnet-2.lava.aviaone.com
```

#### F5 Nodes:
```bash
https://lava-api.f5nodes.com
```

#### ITRocket:
```bash
https://lava-testnet-api.itrocket.net:443
Expand Down Expand Up @@ -85,6 +90,11 @@ https://lava.rpc.t.anode.team
https://rpc.lava-testnet-2.lava.aviaone.com
```

#### F5 Nodes:
```bash
https://lava-rpc.f5nodes.com
```

#### ITRocket:
```bash
https://lava-testnet-rpc.itrocket.net:443
Expand Down Expand Up @@ -138,6 +148,11 @@ https://lava-testnet.rpc.stakevillage.net:443
grpc.lava-testnet-2.lava.aviaone.com:9096
```

#### F5 Nodes:
```bash
lava-grpc.f5nodes.com
```

#### ITRocket:
```bash
lava-testnet-grpc.itrocket.net:20090
Expand Down
2 changes: 1 addition & 1 deletion docs/nibiru/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "Nibiru",
"position": 7
"position": 9
}

4 changes: 2 additions & 2 deletions docs/nibiru/endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import TabItem from '@theme/TabItem';

> In the Cosmos SDK, the gRPC-gateway translates gRPC endpoints into RESTful ones, enabling users to interact via the REST API. This adaptation is essential for clients that don't natively support gRPC or HTTP2.
> The RPC endpoint enables users to interact with Band's nodes, querying the node's state and transmitting transactions within the Band Protocol.
> The RPC endpoint enables users to interact with Nibiru's nodes, querying the node's state and transmitting transactions within the Nibiru Network.
> The gRPC endpoint enables user interactions with a Band Node through the efficient gRPC framework. In the Cosmos SDK, this protocol is crucial for state queries and transaction broadcasts.
> The gRPC endpoint enables user interactions with a Nibiru Node through the efficient gRPC framework. In the Cosmos SDK, this protocol is crucial for state queries and transaction broadcasts.
<Tabs>
<TabItem value="api" label="API" default>
Expand Down
2 changes: 1 addition & 1 deletion docs/sui/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Sui",
"position": 8
"position": 10
}
2 changes: 1 addition & 1 deletion docs/zetachain/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Zetachain",
"position": 9
"position": 11
}

0 comments on commit b1b1ba9

Please sign in to comment.