diff --git a/docs/andromeda/_category_.json b/docs/andromeda/_category_.json deleted file mode 100644 index 0782112a..00000000 --- a/docs/andromeda/_category_.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "label": "Andromeda", - "position": 4 -} \ No newline at end of file diff --git a/docs/andromeda/endpoints.mdx b/docs/andromeda/endpoints.mdx deleted file mode 100644 index b8a1e35f..00000000 --- a/docs/andromeda/endpoints.mdx +++ /dev/null @@ -1,138 +0,0 @@ ---- -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 Andromeda's nodes, querying the node's state and transmitting transactions within the Andromeda Network. - -> The gRPC endpoint enables user interactions with a Andromeda Node through the efficient gRPC framework. In the Cosmos SDK, this protocol is crucial for state queries and transaction broadcasts. - - - - - -#### AviaOne: -```bash -https://api.andromeda-1.andromeda.aviaone.com -``` - -#### Eco Stake: -```bash -https://rest.cosmos.directory/andromeda -``` - -#### kjnodes: -```bash -https://andromeda.api.kjnodes.com -``` - -#### Nodeist: -```bash -https://api-andromeda.nodeist.net -``` - -#### Nodejumper: -```bash -https://rpc.nodejumper.io/andromeda -``` - -#### NodeX: -```bash -https://andromeda.api.nodex.one -``` - -#### STAVR: -```bash -https://andro.api.m.stavr.tech -``` - -#### Synergy Nodes: -```bash -https://andromeda-api.synergynodes.com -``` - - - - -#### AviaOne: -```bash -https://rpc.andromeda-1.andromeda.aviaone.com -``` - -#### Eco Stake: -```bash -https://rpc.cosmos.directory/andromeda -``` - -#### kjnodes: -```bash -https://andromeda.rpc.kjnodes.com -``` - -#### Nodeist: -```bash -https://rpc-andromeda.nodeist.net -``` - -#### Nodejumper: -```bash -https://rpc.nodejumper.io/andromeda -``` - -#### NodeX: -```bash -https://andromeda.rpc.nodex.one -``` - -#### STAVR: -```bash -https://andro.rpc.m.stavr.tech -``` - -#### Synergy Nodes: -```bash -https://andromeda-rpc.synergynodes.com -``` - - - - -#### AviaOne: -```bash -grpc.andromeda-1.andromeda.aviaone.com:9094 -``` - -#### kjnodes: -```bash -andromeda.grpc.kjnodes.com -``` - -#### Nodeist: -```bash -grpc-andromeda.nodeist.net -``` - -#### NodeX: -```bash -andromeda.grpc.nodex.one -``` - -#### STAVR: -```bash -andromedad.grpc.t.stavr.tech:132 -``` - -#### Synergy Nodes: -```bash -https://andromeda-rpc.synergynodes.com -``` - - - \ No newline at end of file diff --git a/docs/andromeda/img/andromeda.png b/docs/andromeda/img/andromeda.png deleted file mode 100644 index 97d26115..00000000 Binary files a/docs/andromeda/img/andromeda.png and /dev/null differ diff --git a/docs/andromeda/index.mdx b/docs/andromeda/index.mdx deleted file mode 100644 index f27ab678..00000000 --- a/docs/andromeda/index.mdx +++ /dev/null @@ -1,22 +0,0 @@ -# Andromeda - -import MainpageMetrics from '@site/src/components/MainpageMetrics'; - - - -[Andromeda](https://www.andromedaprotocol.io) – is a Layer-1 blockchain that rapid development framework and a next-generation user interface that brings an Easier, Better, and Faster capability to Web 3.0, and the blockchain industry. - -In short, a blockchain operating system provides an environment filled with ready to use tooling, common interfaces for applications and features familiar to modern computer users. As Andromeda is the first true operating system designed to run on distributed computing frameworks, the details are quite technical. -AndromedaOS, or aOS for short, is comprised of several interoperating systems that work together to bring clarity and ease of use to the user. - -The power and performance of the Rust/CosmWasm combo is what allowed this breakthrough in interoperability and complexity. - -![andromeda](./img/andromeda.png) - -[Website](https://www.andromedaprotocol.io/) | [Blog](https://medium.com/andromeda-engineering) | [GitHub](https://twitter.com/andromedaprot) | [Twitter](https://twitter.com/andromedaprot) | [Discord](https://discord.com/invite/GBd6buKYyZ) | [Docs](https://docs.andromedaprotocol.io) - -```mdx-code-block -import DocCardList from '@theme/DocCardList'; - - -``` \ No newline at end of file diff --git a/docs/andromeda/sync/_category_.json b/docs/andromeda/sync/_category_.json deleted file mode 100644 index 84b2d96a..00000000 --- a/docs/andromeda/sync/_category_.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "label": "Sync", - "position": 2 -} \ No newline at end of file diff --git a/docs/andromeda/sync/addrbook.mdx b/docs/andromeda/sync/addrbook.mdx deleted file mode 100644 index bb42b317..00000000 --- a/docs/andromeda/sync/addrbook.mdx +++ /dev/null @@ -1,28 +0,0 @@ ---- -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://services.andromeda-1.andromeda.aviaone.com/addrbook.json`, - `https://snapshots.kjnodes.com/andromeda/addrbook.json`, - `https://snap.nodex.one/andromeda/addrbook.json`, - `https://snapshots.synergynodes.com/addrbook/andromeda_mainnet/addrbook.json`, - `https://snapshots.nodejumper.io/andromeda-testnet/addrbook.json`, - `https://ss.nodeist.net/andromeda/addrbook.json`, - `https://raw.githubusercontent.com/obajay/nodes-Guides/main/Projects/AndromedaProtocol/addrbook.json`, -]; - -export let home = 'andromedad'; - -export let binary = 'andromedad'; - - \ No newline at end of file diff --git a/docs/andromeda/sync/peers-seeds.mdx b/docs/andromeda/sync/peers-seeds.mdx deleted file mode 100644 index ee360192..00000000 --- a/docs/andromeda/sync/peers-seeds.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -sidebar_position: 3 -description: Live Peers / Seeds ---- - -# Live Peers / Seeds - -> When you start a node, you often need to connect to the network. This requires you to connect to one or more peers to start downloading the blockchain and receiving new blocks and transactions. Seeding nodes or bootstrap nodes help in this initial connection process. - -:::info -Copy and run the commands below to add your peers into `config.toml`. -::: - -import LivePeers from '@site/src/components/LivePeers'; - -export let home = 'andromedad'; - -export let binary = 'andromedad'; - - \ No newline at end of file diff --git a/docs/andromeda/sync/snapshot.md b/docs/andromeda/sync/snapshot.md deleted file mode 100644 index 3b0f1656..00000000 --- a/docs/andromeda/sync/snapshot.md +++ /dev/null @@ -1,50 +0,0 @@ ---- -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 andromedad - -# make a backup -cp $HOME/.andromeda/data/priv_validator_state.json $HOME/.andromeda/priv_validator_state.json.backup - -# reset your node and download a snapshot -andromedad tendermint unsafe-reset-all --home $HOME/.andromeda --keep-addr-book -wget | lz4 -dc - | tar -xf - -C $HOME/.andromeda - -# replace the priv_validator_state.json you have backed up -mv $HOME/.andromeda/priv_validator_state.json.backup $HOME/.andromeda/data/priv_validator_state.json - -sudo systemctl restart andromedad && sudo journalctl -u andromedad -f -o cat -``` - -A list of Snapshots you can use: - -#### kjnodes: -```bash -https://snapshots.kjnodes.com/andromeda/snapshot_latest.tar.lz4 -``` - -#### Nodejumper: -```bash -https://snapshots.nodejumper.io/andromeda/andromeda_latest.tar.lz4 -``` - -#### NodeX: -```bash -https://snap.nodex.one/andromeda/andromeda-latest.tar.lz4 -``` - -#### STAVR: -```bash -http://andro.snapshot.stavr.tech:1030/andromeda/andromeda-snap.tar.lz4 -``` \ No newline at end of file diff --git a/docs/andromeda/sync/state-sync.mdx b/docs/andromeda/sync/state-sync.mdx deleted file mode 100644 index db175410..00000000 --- a/docs/andromeda/sync/state-sync.mdx +++ /dev/null @@ -1,29 +0,0 @@ ---- -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.andromeda-1.andromeda.aviaone.com`, - `https://rpc.cosmos.directory/andromeda`, - `https://andromeda.rpc.kjnodes.com`, - `https://rpc-andromeda.nodeist.net`, - `https://rpc.nodejumper.io/andromeda`, - `https://andromeda.rpc.nodex.one`, - `https://andro.rpc.m.stavr.tech`, - `https://andromeda-rpc.synergynodes.com`, -]; - -export let home = 'andromedad'; - -export let binary = 'andromedad'; - - \ No newline at end of file diff --git a/docs/andromeda/useful-tools/_category_.json b/docs/andromeda/useful-tools/_category_.json deleted file mode 100644 index c6e2f5cd..00000000 --- a/docs/andromeda/useful-tools/_category_.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "label": "Useful Resources", - "position": 3 -} \ No newline at end of file diff --git a/docs/andromeda/useful-tools/explorers.md b/docs/andromeda/useful-tools/explorers.md deleted file mode 100644 index 163f8354..00000000 --- a/docs/andromeda/useful-tools/explorers.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -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 Andromeda: - -| Name | Layer | Network | URL | -| --- | --- | --- | --- | -| kjnodes | Cosmos | andromeda-1 | https://explorer.kjnodes.com/andromeda | -| NodeX | Cosmos | andromeda-1 | https://explorer.nodex.one/andromeda | -| Stakeme| Cosmos | andromeda-1 | https://andromeda.exploreme.pro | \ No newline at end of file diff --git a/docs/andromeda/useful-tools/other-tools.md b/docs/andromeda/useful-tools/other-tools.md deleted file mode 100644 index 78adbfd0..00000000 --- a/docs/andromeda/useful-tools/other-tools.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -sidebar_position: 3 -description: Other-tools ---- - -# Other Tools - -> This page is a repository of valuable tools and resources offered by the Andromeda Community, including monitoring systems, dashboards, and versatile platforms. These resources are designed to enhance your capabilities and are backed by Andromeda Community's commitment to support your needs. - -:::info -The following page contains links to third-party content. Andromeda 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. - - -| Contribution | Description | Author | Date added/updated | -| --- | --- | --- | --- | -| [Validator Control](https://github.com/Chainflow/cosmos-validator-mission-control?ref=chainflow.io) | It is monitoring and performance dashboard for any Cosmos validator: Grafana, notifications on telegram/email... | [Chainflow](https://github.com/Chainflow) | 2023-11-29 | -| [Chain Information Platform](https://cosmos.directory/andromeda) | This platform provides information about the network, validators, public nodes, etc. | [ECO Stake](https://github.com/eco-stake) | 2023-12-12 | -| [Restake](https://restake.app/andromeda) | Restake allows validators to auto-compound your Andromeda staking rewards. | [ECO Stake](https://github.com/eco-stake) | 2023-12-12 | -| [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-12-12 | -| [Monitoring Tool](https://github.com/nodejumper-org/monitoring-tool) | A powerful and easy-to-use monitoring tool for server hardware and validator nodes with alerts via telegram bot and grafana dashboards. | [NodeJumper](https://github.com/nodejumper-org) | 2023-06-08 | -| [RPC Scanner](https://services.kjnodes.com/mainnet/andromeda/public-rpc) | The tool scan the network and produce a list of nodes that publish their RPC endpoints. | [kjnodes](https://github.com/kj89) | 2023-12-12 | -| [Slashboard](https://services.kjnodes.com/mainnet/andromeda/slashboard/) | Dedicated tool designed to showcase the historical data of validator slashing incidents. | [kjnodes](https://github.com/kj89) | 2023-12-12 | -| [Archway analytics](https://analytics.smartstake.io/andromeda) | Dashboard that displays current/avg uptime of validators, actively participates in governance, changes in stake, etc. | [Smart Stake](https://smartstake.io/) | 2023-12-12 | -| [Reward calculator](https://analytics.smartstake.io/andromeda/calc) | The tool used to estimate the potential earnings or returns that can be gained by staking. | [Smart Stake](https://smartstake.io/) | 2023-12-12 | - - - diff --git a/docs/archway/_category_.json b/docs/archway/_category_.json deleted file mode 100644 index 2e1e17b3..00000000 --- a/docs/archway/_category_.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "label": "Archway", - "position": 5 -} diff --git a/docs/archway/endpoints.mdx b/docs/archway/endpoints.mdx deleted file mode 100644 index 399f5e3d..00000000 --- a/docs/archway/endpoints.mdx +++ /dev/null @@ -1,379 +0,0 @@ ---- -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. - - - - -#### Archway Foundation (official): -```bash -https://api.mainnet.archway.io -``` - -#### 0base: -```bash -https://archway-rest.0base.dev -``` - -#### DSRV: -```bash -https://archway-mainnet-archive.allthatnode.com:1317 -``` - -#### AmSolutions: -```bash -https://rest-archway.theamsolutions.info -``` - -#### Cosmos Spaces: -```bash -https://api-archway.cosmos-spaces.cloud -``` - -#### F5 Nodes: -```bash -https://archway-api.f5nodes.com -``` - -#### Imperator: -```bash -https://lcd-akash.imperator.co -``` - -#### kjnodes: -```bash -https://archway.api.kjnodes.com -``` - -#### L0vd: -```bash -https://archway-mainnet.api.l0vd.com -``` - -#### Lavender.Five: -```bash -https://archway-api.lavenderfive.com -``` - -#### lesnik | UTSA: -```bash -https://m-archway.api.utsa.tech -``` - -#### Luganodes: -```bash -https://rest.archway.lgns.net -``` - -#### MMS: -```bash -https://api-archway.mms.team -``` - -#### mzonder: -```bash -https://api-archway.mzonder.com -``` - -#### Nodes.Guru: -```bash -https://api-1.archway.nodes.guru -``` - -#### NodeStake: -```bash -https://api.archway.nodestake.top -``` - -#### Openbitlab: -```bash -https://archway-api.openbitlab -``` - -#### Polkachu: -```bash -https://archway-api.polkachu.com -``` - -#### StakeTown: -```bash -https://archway-api.stake-town.com -``` - -#### StakeUp: -```bash -https://api.archway.stakeup.tech -``` - -#### TestnetPride: -```bash -https://api-archway-mainnet.testnet-pride.com -``` - -#### TienThuatToan: -```bash -https://archway-api.tienthuattoan.ventures -``` - -#### Validatrium: -```bash -https://api-archway.mainnet.validatrium.club -``` - -#### w3coins: -```bash -https://archway-api.w3coins.io -``` - -#### WhisperNode: -```bash -https://lcd-archway.whispernode.com -``` - - - - - -#### Archway Foundation (official): -```bash -https://rpc.mainnet.archway.io -``` - -#### 0base: -```bash -https://archway-rpc.0base.dev -``` - -#### DSRV: -```bash -https://archway-mainnet-archive.allthatnode.com:26657 -``` - -#### AmSolutions: -```bash -https://rpc-archway.theamsolutions.info -``` - -#### Cosmos Spaces: -```bash -https://rpc-archway.cosmos-spaces.cloud -``` - -#### F5 Nodes: -```bash -https://archway-rpc.f5nodes.com -``` - -#### Imperator: -```bash -https://rpc-akash.imperator.co -``` - -#### kjnodes: -```bash -https://archway.rpc.kjnodes.com -``` - -#### L0vd: -```bash -https://archway-mainnet.rpc.l0vd.com -``` - -#### Lavender.Five: -```bash -https://archway-rpc.lavenderfive.com -``` - -#### lesnik | UTSA: -```bash -https://m-archway.rpc.utsa.tech -``` - -#### Luganodes: -```bash -https://rpc.archway.lgns.net -``` - -#### MMS: -```bash -https://rpc-archway.mms.team -``` - -#### mzonder: -```bash -https://rpc-archway.mzonder.com -``` - -#### Nodes.Guru: -```bash -https://rpc-1.archway.nodes.guru -``` - -#### NodeStake: -```bash -https://rpc.archway.nodestake.top -``` - -#### Openbitlab: -```bash -https://archway-rpc.openbitlab.com -``` - -#### Polkachu: -```bash -https://archway-rpc.polkachu.com -``` - -#### StakeTown: -```bash -https://archway-rpc.stake-town.com:443 -``` - -#### StakeUp: -```bash -https://rpc.archway.stakeup.tech -``` - -#### TestnetPride: -```bash -https://rpc-archway-mainnet.testnet-pride.com -``` - -#### TienThuatToan: -```bash -https://archway-rpc.tienthuattoan.ventures -``` - -#### Validatrium: -```bash -https://rpc-archway.mainnet.validatrium.club -``` - -#### w3coins: -```bash -https://archway-rpc.w3coins.io -``` - -#### WhisperNode: -```bash -https://rpc-archway.whispernode.com -``` - - - - - -#### Archway Foundation (official): -```bash -grpc.mainnet.archway.io:443 -``` - -#### AmSolutions: -```bash -grpc-archway.theamsolutions.info:443 -``` - -#### Cosmos Spaces: -```bash -grpc-archway.cosmos-spaces.cloud:4820 -``` - -#### F5 Nodes: -```bash -archway-grpc.f5nodes.com -``` - -#### Imperator: -```bash -grpc-akash.imperator.co:2022 -``` - -#### kjnodes: -```bash -archway.grpc.kjnodes.com:15690 -``` - -#### L0vd: -```bash -archway-mainnet.grpc.l0vd.com:80 -``` - -#### Lavender.Five: -```bash -archway-grpc.lavenderfive.com:443 -``` - -#### Luganodes: -```bash -grpc.archway.lgns.net:443 -``` - -#### MMS: -```bash -grpc-archway.mms.team:443 -``` - -#### mzonder: -```bash -grpc-archway.mzonder.com:443 -``` - -#### Nodes.Guru: -```bash -grpc-1.archway.nodes.guru:10690 -``` - -#### NodeStake: -```bash -grpc.archway.nodestake.top:443 -``` - -#### Openbitlab: -```bash -archway-grpc.openbitlab.com:443 -``` - -#### Polkachu: -```bash -archway-grpc.polkachu.com:11590 -``` - -#### StakeTown: -```bash -archway-grpc.stake-town.com:443 -``` - -#### StakeUp: -```bash -grpc.archway.stakeup.tech:443 -``` - -#### TestnetPride: -```bash -grpc-archway-mainnet.testnet-pride.com:9096 -``` - -#### TienThuatToan: -```bash -archway-grpc.tienthuattoan.ventures:9290 -``` - -#### Validatrium: -```bash -grpc-archway.mainnet.validatrium.club:27490 -``` - - - \ No newline at end of file diff --git a/docs/archway/img/archway.png b/docs/archway/img/archway.png deleted file mode 100644 index ea2dbdd0..00000000 Binary files a/docs/archway/img/archway.png and /dev/null differ diff --git a/docs/archway/index.mdx b/docs/archway/index.mdx deleted file mode 100644 index 840e0609..00000000 --- a/docs/archway/index.mdx +++ /dev/null @@ -1,21 +0,0 @@ -# Archway - -import MainpageMetrics from '@site/src/components/MainpageMetrics'; - - - -[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/) | [Whitepaper](https://archway.io/lightpaper) - -```mdx-code-block -import DocCardList from '@theme/DocCardList'; - - -``` \ No newline at end of file diff --git a/docs/archway/sync/_category_.json b/docs/archway/sync/_category_.json deleted file mode 100644 index 84b2d96a..00000000 --- a/docs/archway/sync/_category_.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "label": "Sync", - "position": 2 -} \ No newline at end of file diff --git a/docs/archway/sync/addrbook.mdx b/docs/archway/sync/addrbook.mdx deleted file mode 100644 index 929156d3..00000000 --- a/docs/archway/sync/addrbook.mdx +++ /dev/null @@ -1,31 +0,0 @@ ---- -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://snapshots.theamsolutions.info/archway.addr.json`, - 'https://s3.imperator.co/mainnets-addrbook/archway/addrbook.json', - `https://snapshots.kjnodes.com/archway/addrbook.json`, - `https://snapshots.lavenderfive.com/addrbooks/archway/addrbook.json`, - `https://share.utsa.tech/archway/addrbook.json`, - `https://raw.githubusercontent.com/nodersteam/cosmos-adrbook/main/archway/addrbook.json`, - `https://ss.archway.nodestake.top/addrbook.json`, - `https://snapshots.polkachu.com/addrbook/archway/addrbook.json`, - `https://snapshots-testnet.stake-town.com/archway/addrbook.json`, - -]; - -export let home = 'archway'; - -export let binary = 'archwayd'; - - diff --git a/docs/archway/sync/peers-seeds.mdx b/docs/archway/sync/peers-seeds.mdx deleted file mode 100644 index 71f17d6c..00000000 --- a/docs/archway/sync/peers-seeds.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -sidebar_position: 3 -description: Live Peers / Seeds ---- - -# Live Peers / Seeds - -> When you start a node, you often need to connect to the network. This requires you to connect to one or more peers to start downloading the blockchain and receiving new blocks and transactions. Seeding nodes or bootstrap nodes help in this initial connection process. - -:::info -Copy and run the commands below to add your peers into `config.toml`. -::: - -import LivePeers from '@site/src/components/LivePeers'; - -export let home = 'archway'; - -export let binary = 'archwayd'; - - \ No newline at end of file diff --git a/docs/archway/sync/snapshot.md b/docs/archway/sync/snapshot.md deleted file mode 100644 index 534c96c3..00000000 --- a/docs/archway/sync/snapshot.md +++ /dev/null @@ -1,55 +0,0 @@ ---- -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 | 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: - -#### kjnodes: -```bash -https://snapshots.kjnodes.com/archway/snapshot_latest.tar.lz4 -``` - -#### Lavender.Five: -```bash -https://snapshots.lavenderfive.com/snapshots/archway/latest.tar.lz4 -``` - -#### lesnik | UTSA: -```bash -https://share2.utsa.tech/archway/snap-archway.tar.lz4 -``` - -#### StateTown: -```bash -https://snapshots.stake-town.com/archway/archway-1_latest.tar.lz4 -``` - -#### w3coins: -```bash -https://s3.eu-central-1.amazonaws.com/w3coins.io/wasm/archway-mainnet/wasmonly.tar.lz4 -``` \ No newline at end of file diff --git a/docs/archway/sync/state-sync.md b/docs/archway/sync/state-sync.md deleted file mode 100644 index 1795c45c..00000000 --- a/docs/archway/sync/state-sync.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -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.mainnet.archway.io`, - 'https://archway-rpc.0base.dev', - 'https://archway-mainnet-archive.allthatnode.com', - 'https://rpc-archway.cosmos-spaces.cloud', - 'https://archway-rpc.f5nodes.com', - 'https://rpc-akash.imperator.co', - 'https://archway.rpc.kjnodes.com', - 'https://archway-mainnet.rpc.l0vd.com', - 'https://archway-rpc.lavenderfive.com', - 'https://m-archway.rpc.utsa.tech', - 'https://rpc-archway.mms.team', - 'https://rpc-archway.mzonder.com', - 'https://rpc-1.archway.nodes.guru', - 'https://rpc.archway.nodestake.top', - 'https://archway-rpc.openbitlab.com', - `https://archway-rpc.polkachu.com`, - 'https://archway-rpc.stake-town.com:443', - 'https://rpc.archway.stakeup.tech', - 'https://rpc-archway-mainnet.testnet-pride.com', - 'https://archway-rpc.tienthuattoan.ventures', - 'https://rpc-archway.mainnet.validatrium.club', - 'https://rpc-archway.whispernode.com', -]; - -export let home = 'archway'; - -export let binary = 'archwayd'; - - diff --git a/docs/archway/useful-tools/_category_.json b/docs/archway/useful-tools/_category_.json deleted file mode 100644 index c6e2f5cd..00000000 --- a/docs/archway/useful-tools/_category_.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "label": "Useful Resources", - "position": 3 -} \ No newline at end of file diff --git a/docs/archway/useful-tools/explorers.md b/docs/archway/useful-tools/explorers.md deleted file mode 100644 index d0c0b443..00000000 --- a/docs/archway/useful-tools/explorers.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -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: - -| Name | Layer | Network | URL | -| --- | --- | --- | --- | -| Cosmos Spaces | Cosmos | archway-1 | https://explorer.cosmos-spaces.cloud/archway | -| Cosmostation | Cosmos | archway-1 | https://www.mintscan.io/archway | -| Forbole | Cosmos | archway-1 | https://bigdipper.live/archway | -| kjnodes | Cosmos | archway-1 | https://explorer.kjnodes.com/archway | -| lesnik | Cosmos | archway-1 | https://exp.utsa.tech/archway | -| NodeStake | Cosmos | archway-1 | https://explorer.nodestake.top/archway | -| Ping.pub | Cosmos | archway-1 | https://ping.pub/archway| -| Silk Nodes | Cosmos | archway-1 | https://explorer.silknodes.io/archway | -| Stakeme| Cosmos | archway-1 | https://archway.exploreme.pro/ | diff --git a/docs/archway/useful-tools/other-tools.md b/docs/archway/useful-tools/other-tools.md deleted file mode 100644 index d045c123..00000000 --- a/docs/archway/useful-tools/other-tools.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -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. - -| Contribution | Description | Author | Date added/updated | -| --- | --- | --- | --- | -| [Analytics & staking dashboard](https://alphab.ai/s/m/archway) | Monitoring with a graph, the number of signed/missed blocks, commission/stake amount, etc. | [Alphab](https://alphab.ai/s/m/archway) | 2023-11-21 | -| [Remote Signing via TMKMS](https://github.com/AlexToTheMoon/AM-Solutions/blob/main/Tenderduty/archway/README.md) | This guide about setup Soft-Sign" option, which is software signing structure for Archway mainnet. | [AmSolutions](https://github.com/AlexToTheMoon) | 2023-07-06 | -| [Tenderduty monitoring + Allerts Bot](https://github.com/AlexToTheMoon/AM-Solutions/blob/main/Tenderduty/archway/README.md) | It is additional notification service for Archway node. Create your own group at Telegram where your bot will be sending alert notifications. | [AmSolutions](https://github.com/AlexToTheMoon) | 2023-11-18 | -| [Node Map](https://www.allthatnode.com/archway.dsrv?q=nodemap) | Displays the locations of Archway nodes by date. The location is displayed based on the IP address, and some hidden nodes are not displayed. | [DSRV](https://www.dsrvlabs.com) | 2023-11-21 -| [Chain Information Platform](https://cosmos.directory/archway) | This platform provides information about the network, validators, public nodes, etc. | [ECO Stake](https://github.com/eco-stake) | 2023-11-21 | -| [Restake](https://restake.app/archway) | Restake allows validators to auto-compound your Archway staking rewards. | [ECO Stake](https://github.com/eco-stake) | 2023-11-21 | -| [RPC Scanner](https://services.kjnodes.com/mainnet/archway/public-rpc) | The tool scan the network and produce a list of nodes that publish their RPC endpoints. | [kjnodes](https://github.com/kj89) | 2023-04-19 | -| [Slashboard](https://services.kjnodes.com/mainnet/archway/slashboard/) | Dedicated tool designed to showcase the historical data of validator slashing incidents. | [kjnodes](https://github.com/kj89) | 2023-04-19 | -| [Map of Zones](https://mapofzones.com/zones/archway-1/overview) | The tool scan the network on IBC volume/channels, total transactions, daily active addresses, unique delegators and more other. | [Map of Zones](https://github.com/mapofzones) | 2024-01-30 | -| [Archway analytics](https://analytics.smartstake.io/archway) | Dashboard that displays current/avg uptime of validators, actively participates in governance, changes in stake, etc. | [Smart Stake](https://smartstake.io/) | 2023-03-07 | -| [Reward calculator](https://analytics.smartstake.io/archway/calc) | The tool used to estimate the potential earnings or returns that can be gained by staking. | [Smart Stake](https://smartstake.io/) | 2023-03-07 | -| [Unagii](https://app.unagii.com/stake/archway) | Staking platform empowers users to securely participate in the decentralized network, enabling them to earn rewards by staking their ARCH tokens and actively contributing to the protocol's stability and growth. | [Stakewithus](https://www.stakewith.us) | 2023-11-21 | \ No newline at end of file diff --git a/docs/archway/useful-tools/telegram-bots.md b/docs/archway/useful-tools/telegram-bots.md deleted file mode 100644 index 729820bd..00000000 --- a/docs/archway/useful-tools/telegram-bots.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -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. - -| Name | Description | Author | Date added/updated | -| --- | --- | --- | --- | -| [Proposal Bot](https://t.me/kjnodes_proposal_bot) | A telegram bot to notify users of governance proposals when they're available for voting. | [kjnodes](https://github.com/kj89) | 2023-04-19 | -| [NodesChecker](https://t.me/NodesGuru_bot) | Check your nodes status online and receive instant notification if something is wrong with your node. | [Nodes.Guru](https://github.com/nodesguru) | 2023-11-21 | - - - diff --git a/docs/babylon/_category_.json b/docs/babylon/_category_.json index b2bb0ba1..da709331 100644 --- a/docs/babylon/_category_.json +++ b/docs/babylon/_category_.json @@ -1,4 +1,4 @@ { "label": "Babylon", - "position": 6 + "position": 4 } diff --git a/docs/band-protocol/_category_.json b/docs/band-protocol/_category_.json index 171d9abd..af31a764 100644 --- a/docs/band-protocol/_category_.json +++ b/docs/band-protocol/_category_.json @@ -1,4 +1,4 @@ { "label": "Band Protocol", - "position": 7 + "position": 5 } diff --git a/docs/celestia/_category_.json b/docs/celestia/_category_.json index e8b74ea2..93a901c3 100644 --- a/docs/celestia/_category_.json +++ b/docs/celestia/_category_.json @@ -1,4 +1,4 @@ { "label": "Celestia", - "position": 8 + "position": 6 } diff --git a/docs/dymension/_category_.json b/docs/dymension/_category_.json index 0a5770e4..e2850a70 100644 --- a/docs/dymension/_category_.json +++ b/docs/dymension/_category_.json @@ -1,4 +1,4 @@ { "label": "Dymension", - "position": 9 + "position": 7 } diff --git a/docs/haqq-network/_category_.json b/docs/haqq-network/_category_.json index ace2484e..ce7f6570 100644 --- a/docs/haqq-network/_category_.json +++ b/docs/haqq-network/_category_.json @@ -1,4 +1,4 @@ { "label": "Haqq Network", - "position": 10 + "position": 8 } diff --git a/docs/hypersign/_category_.json b/docs/hypersign/_category_.json deleted file mode 100644 index 229abeb9..00000000 --- a/docs/hypersign/_category_.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "label": "Hypersign", - "position": 11 -} diff --git a/docs/hypersign/endpoints.mdx b/docs/hypersign/endpoints.mdx deleted file mode 100644 index c08b20a0..00000000 --- a/docs/hypersign/endpoints.mdx +++ /dev/null @@ -1,164 +0,0 @@ ---- -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 Hypersign's nodes, querying the node's state and transmitting transactions within the Hypersign Network. - -> The gRPC endpoint enables user interactions with a Hypersign Node through the efficient gRPC framework. In the Cosmos SDK, this protocol is crucial for state queries and transaction broadcasts. - - - - -#### Hypersign (official): -```bash -https://api.prajna.hypersign.id -``` - -#### Anode: -```bash -https://hypersign.api.t.anode.team -``` - -#### kjnodes: -```bash -https://hypersign-testnet.api.kjnodes.com -``` - -#### KonsorTeach: -```bash -https://testnet-hypersign-api.konsortech.xyz -``` - -#### Nodeist: -```bash -https://api-testnet-hypersign.nodeist.net -``` - -#### NodeStake: -```bash -https://api-t.hypersign.nodestake.top -``` - -#### Polkachu: -```bash -https://hypersign-testnet-api.polkachu.com -``` - -#### Sr20de: -```bash -https://api-hypersign-testnet.sr20de.xyz -``` - -#### StakerHouse: -```bash -https://hypersign-testnet-rest.stakerhouse.com -``` - -#### STAVR: -```bash -https://hid.api.t.stavr.tech -``` - - - - - -#### Anode: -```bash -https://hypersign.rpc.t.anode.team -``` - -#### kjnodes: -```bash -https://hypersign-testnet.rpc.kjnodes.com -``` - -#### KonsorTeach: -```bash -https://testnet-hypersign-rpc.konsortech.xyz -``` - -#### Nodeist: -```bash -https://rpc-testnet-hypersign.nodeist.net -``` - -#### NodeStake: -```bash -https://rpc-t.hypersign.nodestake.top -``` - -#### Polkachu: -```bash -https://hypersign-testnet-rpc.polkachu.com -``` - -#### Sr20de: -```bash -https://rpc-hypersign-testnet.sr20de.xyz -``` - -#### StakerHouse: -```bash -https://hypersign-testnet-rpc.stakerhouse.com -``` - -#### STAVR: -```bash -https://hid.rpc.t.stavr.tech -``` - - - - - -#### kjnodes: -```bash -hypersign-testnet.grpc.kjnodes.com -``` - -#### KonsorTeach: -```bash -testnet-hypersign.konsortech.xyz:27090 -``` - -#### Nodeist: -```bash -grpc-testnet-hypersign.nodeist.ne -``` - -#### NodeStake: -```bash -grpc-t.hypersign.nodestake.top -``` - -#### Polkachu: -```bash -hypersign-testnet-grpc.polkachu.com:10990 -``` - -#### Sr20de: -```bash -grpc-hypersign-testnet.sr20de.xyz -``` - -#### StakerHouse: -```bash -hypersign-testnet-grpc.stakerhouse.com -``` - -#### STAVR: -```bash -hid.grpc.t.stavr.tech:8022 -``` - - - diff --git a/docs/hypersign/img/hypersign.png b/docs/hypersign/img/hypersign.png deleted file mode 100644 index 4702dda1..00000000 Binary files a/docs/hypersign/img/hypersign.png and /dev/null differ diff --git a/docs/hypersign/index.mdx b/docs/hypersign/index.mdx deleted file mode 100644 index 96d8d4b7..00000000 --- a/docs/hypersign/index.mdx +++ /dev/null @@ -1,19 +0,0 @@ -# Hypersign - -import MainpageMetrics from '@site/src/components/MainpageMetrics'; - - - -[Hypersign](https://www.hypersign.id) is a permissionless blockchain network to manage digital identity and access rights. - -It aims to empower humans to gain control of their data and access on the internet by providing scalable, interoperable and secure verifiable data registry (VDR) to implement use cases on Self Sovereign Identity (SSI) principles. - -![hypersign](./img/hypersign.png) - -[Website](https://www.hypersign.id) | [Blog](https://medium.com/hypersign) | [GitHub](https://github.com/hypersign-protocol) | [Twitter](https://twitter.com/hypersignchain) | [Discord](https://discord.com/invite/MMnhBYjF4N) | [Docs](https://docs.hypersign.id) - -```mdx-code-block -import DocCardList from '@theme/DocCardList'; - - -``` \ No newline at end of file diff --git a/docs/hypersign/sync/_category_.json b/docs/hypersign/sync/_category_.json deleted file mode 100644 index 84b2d96a..00000000 --- a/docs/hypersign/sync/_category_.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "label": "Sync", - "position": 2 -} \ No newline at end of file diff --git a/docs/hypersign/sync/addrbook.mdx b/docs/hypersign/sync/addrbook.mdx deleted file mode 100644 index a2e66fac..00000000 --- a/docs/hypersign/sync/addrbook.mdx +++ /dev/null @@ -1,29 +0,0 @@ ---- -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://raw.githubusercontent.com/obajay/nodes-Guides/main/Projects/Hypersign/addrbook.json`, - `https://anode.team/Hypersign/test/addrbook.json`, - `http://snapshots.autostake.com/jagrat/addrbook.json`, - `https://snapshots.kjnodes.com/hypersign-testnet/addrbook.json`, - `https://snapshots.takeshi.team/hypersign-testnet/addrbook.json`, - `https://t-ss.nodeist.net/hypersign/addrbook.json`, - `https://ss-t.hypersign.nodestake.top/addrbook.json`, - `https://snapshots.polkachu.com/testnet-addrbook/hypersign/addrbook.json`, -]; - -export let home = 'hid-node'; - -export let binary = 'hid-noded'; - - \ No newline at end of file diff --git a/docs/hypersign/sync/peers-seeds.mdx b/docs/hypersign/sync/peers-seeds.mdx deleted file mode 100644 index 363dede5..00000000 --- a/docs/hypersign/sync/peers-seeds.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -sidebar_position: 3 -description: Live Peers / Seeds ---- - -# Live Peers / Seeds - -> When you start a node, you often need to connect to the network. This requires you to connect to one or more peers to start downloading the blockchain and receiving new blocks and transactions. Seeding nodes or bootstrap nodes help in this initial connection process. - -:::info -Copy and run the commands below to add your peers into `config.toml`. -::: - -import LivePeers from '@site/src/components/LivePeers'; - -export let home = 'hid-node'; - -export let binary = 'hid-noded'; - - \ No newline at end of file diff --git a/docs/hypersign/sync/snapshot.md b/docs/hypersign/sync/snapshot.md deleted file mode 100644 index 9eab0345..00000000 --- a/docs/hypersign/sync/snapshot.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -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 hid-noded - -# make a backup -cp $HOME/.hid-node/data/priv_validator_state.json $HOME/.hid-node/priv_validator_state.json.backup - -# reset your node and download a snapshot -hid-noded tendermint unsafe-reset-all --home $HOME/.hid-node --keep-addr-book -wget | lz4 -dc - | tar -xf - -C $HOME/.hid-node - -# replace the priv_validator_state.json you have backed up -mv $HOME/.hid-node/priv_validator_state.json.backup $HOME/.hid-node/data/priv_validator_state.json - -sudo systemctl restart hid-noded && sudo journalctl -u hid-noded -f -o cat -``` - -A list of Snapshots you can use: - -#### kjnodes: -```bash -https://snapshots.kjnodes.com/hypersign-testnet/snapshot_latest.tar.lz4 -``` - -#### Nodeist: -```bash -https://t-ss.nodeist.net/hypersign/snapshot_latest.tar.lz4 -``` \ No newline at end of file diff --git a/docs/hypersign/sync/state-sync.mdx b/docs/hypersign/sync/state-sync.mdx deleted file mode 100644 index eda2d6de..00000000 --- a/docs/hypersign/sync/state-sync.mdx +++ /dev/null @@ -1,30 +0,0 @@ ---- -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://hypersign.rpc.t.anode.team`, -`https://hypersign-testnet.rpc.kjnodes.com`, -`https://testnet-hypersign-rpc.konsortech.xyz`, -`https://rpc-testnet-hypersign.nodeist.net`, -`https://rpc-t.hypersign.nodestake.top`, -`https://hypersign-testnet-rpc.polkachu.com`, -`https://rpc-hypersign-testnet.sr20de.xyz`, -`https://hypersign-testnet-rpc.stakerhouse.com`, -`https://hid.rpc.t.stavr.tech`, -]; - -export let home = 'hid-node'; - -export let binary = 'hid-noded'; - - \ No newline at end of file diff --git a/docs/hypersign/useful-tools/_category_.json b/docs/hypersign/useful-tools/_category_.json deleted file mode 100644 index c6e2f5cd..00000000 --- a/docs/hypersign/useful-tools/_category_.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "label": "Useful Resources", - "position": 3 -} \ No newline at end of file diff --git a/docs/hypersign/useful-tools/explorers.md b/docs/hypersign/useful-tools/explorers.md deleted file mode 100644 index 256bebb7..00000000 --- a/docs/hypersign/useful-tools/explorers.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -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 Hypersign Network: - -| Name | Layer | Network | URL | -| --- | --- | --- | --- | -| Hypersign (official) | Cosmos | prajna-1 | https://explorer.hypersign.id/hypersign-prajna-testnet | -| AmSulutions | Cosmos | prajna-1 | https://explorer.theamsolutions.info/hypersign-test | -| kjnodes | Cosmos | prajna-1 | https://explorer.kjnodes.com/hypersign-testnet | -| Nodeist | Cosmos| prajna-1 | https://test.explorer.ist/hypersign | -| NodeStake | Cosmos | prajna-1 | https://explorer.nodestake.top/hypersign-testnet | -| StakerHouse | Cosmos | prajna-1 | https://cosmotracker.com/hypersign | -| STAVR | Cosmos | prajna-1 | https://explorer.stavr.tech/HyperSign | -| TC Network | Cosmos | prajna-1 | https://testnet.explorer.tcnetwork.io/hypersign | \ No newline at end of file diff --git a/docs/hypersign/useful-tools/other-tools.md b/docs/hypersign/useful-tools/other-tools.md deleted file mode 100644 index 3e2324d5..00000000 --- a/docs/hypersign/useful-tools/other-tools.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -sidebar_position: 3 -description: Other-tools ---- - -# Other Tools - -> This page is a repository of valuable tools and resources offered by the Hypersign Community, including monitoring systems, dashboards, and versatile platforms. These resources are designed to enhance your capabilities and are backed by Hypersign Community's commitment to support your needs. - -:::info -The following page contains links to third-party content. Hypersign Network 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. - - -| Contribution | Description | Author | Date added/updated | -| --- | --- | --- | --- | -| [Governance 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-12-22 | -| [RPC Scanner](https://services.kjnodes.com/mainnet/lava/public-rpc) | The tool scan the network and produce a list of nodes that publish their RPC endpoints. | [kjnodes](https://github.com/kj89) | 2024-11-09 | -| [Decentralization Maps](https://konsortech.xyz/testnet/hypersign/) | The tool shows the location of Hypersign nodes on the world map. | [KonsorTeach](https://github.com/konsortech) | 2024-11-09 | -| [Decentralization Diagram](https://github.com/obajay/StateSync-snapshots/tree/main/Projects/Hypersign/Decentralization) | The tool shows the location of Hypersign nodes relative to data centers in a circular diagram. | [STAVR](https://github.com/obajay) | 2024-11-09 | diff --git a/docs/initia/_category_.json b/docs/initia/_category_.json index 09641a78..1beaeace 100644 --- a/docs/initia/_category_.json +++ b/docs/initia/_category_.json @@ -1,4 +1,4 @@ { "label": "Initia", - "position": 12 + "position": 9 } diff --git a/docs/injective/_category_.json b/docs/injective/_category_.json index 31bc8d4a..8ee6cdc1 100644 --- a/docs/injective/_category_.json +++ b/docs/injective/_category_.json @@ -1,4 +1,4 @@ { "label": "Injective", - "position": 13 + "position": 10 } diff --git a/docs/lava-network/_category_.json b/docs/lava-network/_category_.json index 8b35427a..09d4fe43 100644 --- a/docs/lava-network/_category_.json +++ b/docs/lava-network/_category_.json @@ -1,4 +1,4 @@ { "label": "Lava Network", - "position": 14 + "position": 11 } diff --git a/docs/namada/_category_.json b/docs/namada/_category_.json index 7c59b372..00d32d5f 100644 --- a/docs/namada/_category_.json +++ b/docs/namada/_category_.json @@ -1,4 +1,4 @@ { "label": "Namada", - "position": 15 + "position": 12 } diff --git a/docs/nibiru/_category_.json b/docs/nibiru/_category_.json index 8008dc16..fdf4e34f 100644 --- a/docs/nibiru/_category_.json +++ b/docs/nibiru/_category_.json @@ -1,4 +1,4 @@ { "label": "Nibiru", - "position": 16 + "position": 13 } diff --git a/docs/quicksilver/_category_.json b/docs/quicksilver/_category_.json index 39762910..e0d0f414 100644 --- a/docs/quicksilver/_category_.json +++ b/docs/quicksilver/_category_.json @@ -1,4 +1,4 @@ { "label": "Quicksilver", - "position": 17 + "position": 14 } diff --git a/docs/realio-network/_category_.json b/docs/realio-network/_category_.json deleted file mode 100644 index fd0960a2..00000000 --- a/docs/realio-network/_category_.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "label": "Realio Network", - "position": 18 -} diff --git a/docs/realio-network/endpoints.mdx b/docs/realio-network/endpoints.mdx deleted file mode 100644 index 1156f0a2..00000000 --- a/docs/realio-network/endpoints.mdx +++ /dev/null @@ -1,243 +0,0 @@ ---- -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 Realio's nodes, querying the node's state and transmitting transactions within the Realio Network. - -> The gRPC endpoint enables user interactions with a Realio Node through the efficient gRPC framework. In the Cosmos SDK, this protocol is crucial for state queries and transaction broadcasts. - - - - -#### Anode: -```bash -https://realio.api.m.anode.team -``` - -#### BccNodes: -```bash -https://realio.lcd.bccnodes.com -``` - -#### Eco Stake: -```bash -https://rest.cosmos.directory/realio -``` - -#### genznodes: -```bash -https://realio-api.genznodes.dev -``` - -#### ITRocket: -```bash -https://realio-mainnet-api.itrocket.net -``` - -#### KonsorTech: -```bash -https://mainnet-realio-api.konsortech.xyz -``` - -#### Kynraze: -```bash -https://mainnet-realio-api.konsortech.xyz -``` - -#### Nodeist: -```bash -https://api-realio-network.nodeist.net -``` - -#### NodeStake: -```bash -https://api.realio.nodestake.top -``` - -#### NodeX: -```bash -https://realio.api.nodex.one -``` - -#### Safe Block: -```bash -https://api.realio.safeblock.space -``` - -#### Skynodes: -```bash -https://realio.api.skynodejs.net -``` - -#### Sr20de: -```bash -https://api-realio.sr20de.xyz -``` - -#### STAVR: -```bash -http://realio.rpc.m.stavr.tech:21097 -``` - -#### vinjian: -```bash -https://api-realio.vinjan.xyz -``` - - - - -#### Anode: -```bash -https://realio.rpc.m.anode.team -``` - -#### BccNodes: -```bash -https://realio.rpc.bccnodes.com -``` - -#### Eco Stake: -```bash -https://rpc.cosmos.directory/realio -``` - -#### genznodes: -```bash -https://realio-rpc.genznodes.dev -``` - -```bash -wss://realio-rpc.genznodes.dev/websocket # Websocket -``` - -```bash -https://realio-rpc-evm.genznodes.dev # EVM-JSON -``` - -```bash -wss://realio-rpc-evm.genznodes.dev # EVM-Websocket -``` - -#### ITRocket: -```bash -https://realio-mainnet-rpc.itrocket.net -``` - -#### KonsorTech: -```bash -https://mainnet-realio-rpc.konsortech.xyz -``` - -#### Kynraze: -```bash -https://realio-rpc.kynraze.com -``` - -#### Nodeist: -```bash -https://rpc-realio-network.nodeist.net -``` - -#### NodeStake: -```bash -https://rpc.realio.nodestake.top -``` -```bash -https://jsonrpc.realio.nodestake.top # EVM-JSON -``` - -#### NodeX: -```bash -https://realio.rpc.nodex.one -``` - -#### Safe Block: -```bash -https://rpc.realio.safeblock.space -``` -```bash -https://evm.realio.safeblock.space # EVM-JSON -``` - -#### Skynodes: -```bash -https://realio.rpc.skynodejs.net -``` - -#### Sr20de: -```bash -https://rpc-realio.sr20de.xyz -``` -```bash -https://evm-realio.sr20de.xyz # EVM-JSON -``` - -#### vinjian: -```bash -https://rpc-realio.vinjan.xyz -``` - - - - -#### BccNodes: -```bash -realio.grpc.bccnodes.com:10990 -``` - -#### genznodes: -```bash -realio-grpc.genznodes.dev:30090 -``` - -#### Kynraze: -```bash -https://realio-grpc.kynraze.com -``` - -#### Nodeist: -```bash -grpc-realio-network.nodeist.net -``` - -#### NodeStake: -```bash -grpc.realio.nodestake.top -``` - -#### NodeX: -```bash -realio.grpc.nodex.one -``` - -#### Safe Block: -```bash -grpc.realio.safeblock.space -``` - -#### Skynodes: -```bash -realio.grpc.skynodejs.net -``` - -#### Sr20de: -```bash -grpc-realio.sr20de.xyz -``` - -#### STAVR: -```bash -realio.grpc.m.stavr.tech:9062 -``` - - - \ No newline at end of file diff --git a/docs/realio-network/img/realio.png b/docs/realio-network/img/realio.png deleted file mode 100644 index 992a4301..00000000 Binary files a/docs/realio-network/img/realio.png and /dev/null differ diff --git a/docs/realio-network/index.mdx b/docs/realio-network/index.mdx deleted file mode 100644 index 5bee0fd4..00000000 --- a/docs/realio-network/index.mdx +++ /dev/null @@ -1,21 +0,0 @@ -# Realio Network - -import MainpageMetrics from '@site/src/components/MainpageMetrics'; - - - -[Realio Network](https://realio.network) is a EVM-compatible Layer-1 blockchain, based on Cosmos SDK. - -An interoperable multi-chain Web3 ecosystem focused on the issuance and management of digitally native real-world assets (RWAs). Its design is fully open-source, permissionless, and purpose-built. - -Realio is a digital issuance, investment, and peer-to-peer trading platform that enables you to tokenize various assets like real estate investment trust (REIT). Realio also helps users to manage these token throughout their life cycles. Realio can be the shot in the arm that real estate needs. - -![realio-network](./img/realio.png) - -[Website](https://realio.network/) | [Blog](https://www.realio.fund/blog) | [GitHub](https://github.com/realiotech) | [Twitter](https://twitter.com/realio_network) | [Discord](https://discord.com/invite/Nv9EUbRnKb) | [Docs](https://docs.realio.network/) - -```mdx-code-block -import DocCardList from '@theme/DocCardList'; - - -``` \ No newline at end of file diff --git a/docs/realio-network/sync/_category_.json b/docs/realio-network/sync/_category_.json deleted file mode 100644 index 84b2d96a..00000000 --- a/docs/realio-network/sync/_category_.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "label": "Sync", - "position": 2 -} \ No newline at end of file diff --git a/docs/realio-network/sync/addrbook.mdx b/docs/realio-network/sync/addrbook.mdx deleted file mode 100644 index 2ad65ac9..00000000 --- a/docs/realio-network/sync/addrbook.mdx +++ /dev/null @@ -1,30 +0,0 @@ ---- -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://anode.team/Realio/main/addrbook.json`, - `https://snapshot.genznodes.dev/realio/addrbook.json`, - `https://mainnet-files.itrocket.net/realio/addrbook.json`, - `https://ss.nodeist.net/realio-network/addrbook.json`, - `https://ss.realio.nodestake.top/addrbook.json`, - `https://snap.nodex.one/realio/addrbook.json`, - `https://snapshots.skynodejs.net/realio/addrbook.json`, - `https://raw.githubusercontent.com/obajay/nodes-Guides/main/Realio/addrbook.json`, - `https://snapshots.indonode.net/realio/addrbook.json`, -]; - -export let home = 'realio-network'; - -export let binary = 'realio-networkd'; - - \ No newline at end of file diff --git a/docs/realio-network/sync/peers-seeds.mdx b/docs/realio-network/sync/peers-seeds.mdx deleted file mode 100644 index 7807b302..00000000 --- a/docs/realio-network/sync/peers-seeds.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -sidebar_position: 3 -description: Live Peers / Seeds ---- - -# Live Peers / Seeds - -> When you start a node, you often need to connect to the network. This requires you to connect to one or more peers to start downloading the blockchain and receiving new blocks and transactions. Seeding nodes or bootstrap nodes help in this initial connection process. - -:::info -Copy and run the commands below to add your peers into `config.toml`. -::: - -import LivePeers from '@site/src/components/LivePeers'; - -export let home = 'realio-network'; - -export let binary = 'realio-networkd'; - - \ No newline at end of file diff --git a/docs/realio-network/sync/snapshot.md b/docs/realio-network/sync/snapshot.md deleted file mode 100644 index 227e0fb0..00000000 --- a/docs/realio-network/sync/snapshot.md +++ /dev/null @@ -1,60 +0,0 @@ ---- -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 realio-networkd - -# make a backup -cp $HOME/.realio-network/data/priv_validator_state.json $HOME/.realio-network/priv_validator_state.json.backup - -# reset your node and download a snapshot -realio-networkd tendermint unsafe-reset-all --home $HOME/.srealio-network --keep-addr-book -wget | lz4 -dc - | tar -xf - -C $HOME/.realio-network - -# replace the priv_validator_state.json you have backed up -mv $HOME/.realio-network/priv_validator_state.json.backup $HOME/.realio-network/data/priv_validator_state.json - -sudo systemctl restart realio-networkd && sudo journalctl -u realio-networkd -f -o cat -``` - -A list of Snapshots you can use: - -#### ITRocket: -```bash -https://mainnet-files.itrocket.net/realio/snap_realio.tar.lz4 -``` - -#### Kynraze: -```bash -https://snap.kynraze.com/realio/snapshot-latest.tar.lz4 -``` - -#### Nodeist: -```bash -https://ss.nodeist.net/realio-network/snapshot_latest.tar.lz4 -``` - -#### NodeX: -```bash -https://snap.nodex.one/realio/realio-latest.tar.lz4 -``` - -#### Skynodes: -```bash -https://snapshots.skynodejs.net/realio/realio.tar.lz4 -``` - -#### STAVR: -```bash -http://realio.snapshot.stavr.tech:1029/realio/realio-snap.tar.lz4 -``` \ No newline at end of file diff --git a/docs/realio-network/sync/state-sync.mdx b/docs/realio-network/sync/state-sync.mdx deleted file mode 100644 index 6a8b75ee..00000000 --- a/docs/realio-network/sync/state-sync.mdx +++ /dev/null @@ -1,35 +0,0 @@ ---- -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://realio.rpc.m.anode.team`, -`https://realio.rpc.bccnodes.com`, -`https://rpc.cosmos.directory/realio`, -`https://realio-rpc.genznodes.dev`, -`https://realio-mainnet-rpc.itrocket.net`, -`https://mainnet-realio-rpc.konsortech.xyz`, -`https://realio-rpc.kynraze.com`, -`https://rpc-realio-network.nodeist.net`, -`https://rpc.realio.nodestake.top`, -`https://realio.rpc.nodex.one`, -`https://rpc.realio.safeblock.space`, -`https://realio.rpc.skynodejs.net`, -`https://rpc-realio.sr20de.xyz`, -`https://rpc-realio.vinjan.xyz`, -]; - -export let home = 'realio-network'; - -export let binary = 'realio-networkd'; - - \ No newline at end of file diff --git a/docs/realio-network/useful-tools/_category_.json b/docs/realio-network/useful-tools/_category_.json deleted file mode 100644 index c6e2f5cd..00000000 --- a/docs/realio-network/useful-tools/_category_.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "label": "Useful Resources", - "position": 3 -} \ No newline at end of file diff --git a/docs/realio-network/useful-tools/explorers.md b/docs/realio-network/useful-tools/explorers.md deleted file mode 100644 index 44b6356f..00000000 --- a/docs/realio-network/useful-tools/explorers.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -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 Realio Network: - -| Name | Layer | Network | URL | -| --- | --- | --- | --- | -| Realio (official) | Cosmos | realionetwork_3301-1 | https://explorer.realio.network | -| Anode | Cosmos | realionetwork_3301-1 | https://main.anode.team/realio | -| Blockval | Cosmos| realionetwork_3301-1 | https://explorer.blockval.io/realio | -| Decloud Nodes Lab | Cosmos | realionetwork_3301-1 | https://explorer.declab.pro/Realio | -| ITRocket | Cosmos | realionetwork_3301-1 | https://mainnet.itrocket.net/realio | -| Kynraze | Cosmos | realionetwork_3301-1 | https://explorer.kynraze.com/realio | -| NodeStake | Cosmos | realionetwork_3301-1 | https://explorer.nodestake.top/realio | -| Nodex | Cosmos | realionetwork_3301-1 | https://explorer.nodex.one/realio | -| SafeBlock| Cosmos | realionetwork_3301-1 | https://explorer.safeblock.space/realio | -| sr20de | Cosmos | realionetwork_3301-1 | https://explorer.sr20de.xyz/Realio | -| STAVR | Cosmos | realionetwork_3301-1 | https://explorer.stavr.tech/Realio-Mainnet | -| TC Network | Cosmos | realionetwork_3301-1 | https://explorer.tcnetwork.io/realio | \ No newline at end of file diff --git a/docs/realio-network/useful-tools/other-tools.md b/docs/realio-network/useful-tools/other-tools.md deleted file mode 100644 index 876f5c15..00000000 --- a/docs/realio-network/useful-tools/other-tools.md +++ /dev/null @@ -1,20 +0,0 @@ -# Other Tools - -> This page is a repository of valuable tools and resources offered by the Realio Community, including monitoring systems, dashboards, and versatile platforms. These resources are designed to enhance your capabilities and are backed by Realio Community's commitment to support your needs. - -:::info -The following page contains links to third-party content. Realio Network 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. - - -| Contribution | Description | Author | Date added/updated | -| --- | --- | --- | --- | -| [Chain Information Platform](https://cosmos.directory/realio/chain) | This platform provides information about the network, validators, public nodes, etc. | [ECO Stake](https://github.com/eco-stake) | 2023-12-08 | -| [Restake](https://restake.app/realio) | REStake allows validators to auto-compound your RIO staking rewards. | [ECO Stake](https://github.com/eco-stake) | 2023-12-08 | -| [Governance Bot](https://t.me/itrocket_mainnet_proposal_bot) | A telegram bot to notify users of governance proposals when they're available for voting. | [ITRocket](https://github.com/itrocket-am) | 2023-04-11 | -| [RPC Scanner](https://itrocket.net/services/mainnet/realio/public-rpc/) | The tool scan the network and offers HTTP-based access from IRS (Interchains RPC Scanner) | [ITRocket](https://github.com/itrocket-am) | 2023-12-08 | -| [Proposal Scan](https://nodeist.net/Proposals) | The tool scan the network and produce a list of proposals: active, passed, rejected. | [Nodeist](https://github.com/Nodeist) | 2023-12-08 | -| [Monitoring Tool](https://github.com/nodejumper-org/monitoring-tool) | A powerful and easy-to-use monitoring tool for server hardware and validator nodes with alerts via telegram bot and grafana dashboards. | [NodeJumper](https://github.com/nodejumper-org) | 2023-06-08 | -| [RPC Scanner](https://github.com/nodexemperor/irs_output/blob/master/mainnet/realio.json) | The tool scan the network and offers HTTP-based access from IRS (Interchains RPC Scanner) | [NodeX](https://github.com/nodexemperor) | 2023-12-08 | diff --git a/docs/sge-network/_category_.json b/docs/sge-network/_category_.json index 06074afb..7f4a067c 100644 --- a/docs/sge-network/_category_.json +++ b/docs/sge-network/_category_.json @@ -1,4 +1,4 @@ { "label": "SGE Network", - "position": 19 + "position": 15 } diff --git a/docs/side-protocol/_category_.json b/docs/side-protocol/_category_.json index 22102ebb..78c520fa 100644 --- a/docs/side-protocol/_category_.json +++ b/docs/side-protocol/_category_.json @@ -1,4 +1,4 @@ { "label": "Side Protocol", - "position": 20 + "position": 16 } \ No newline at end of file diff --git a/docs/story-protocol/_category_.json b/docs/story-protocol/_category_.json new file mode 100644 index 00000000..9047f90e --- /dev/null +++ b/docs/story-protocol/_category_.json @@ -0,0 +1,4 @@ +{ + "label": "Story", + "position": 17 +} diff --git a/docs/story-protocol/endpoints.mdx b/docs/story-protocol/endpoints.mdx new file mode 100644 index 00000000..473a21fe --- /dev/null +++ b/docs/story-protocol/endpoints.mdx @@ -0,0 +1,40 @@ +--- +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 Initia's nodes, querying the node's state and transmitting transactions within the Initia Network. + +> The gRPC endpoint enables user interactions with a Initia Node through the efficient gRPC framework. In the Cosmos SDK, this protocol is crucial for state queries and transaction broadcasts. + + + + +```bash +https://initia-testnet-api.f5nodes.com +``` + + + + +```bash +https://initia-testnet-rpc.f5nodes.com +``` + + + + + +```bash +initia-testnet-grpc.f5nodes.com:9290 +``` + + + diff --git a/docs/story-protocol/img/story.png b/docs/story-protocol/img/story.png new file mode 100644 index 00000000..8f5b4f53 Binary files /dev/null and b/docs/story-protocol/img/story.png differ diff --git a/docs/story-protocol/index.mdx b/docs/story-protocol/index.mdx new file mode 100644 index 00000000..1009ed2a --- /dev/null +++ b/docs/story-protocol/index.mdx @@ -0,0 +1,23 @@ +# Initia + +import MainpageMetrics from '@site/src/components/MainpageMetrics'; + + + +[Story](https://www.story.foundation/) is making the legal system for creative Intellectual Property (IP) more efficient by turning IP "programmable" on the blockchain. To do this, we have created Story Network: a purpose-built layer 1 blockchain where people or programs alike can license, remix, and monetize IP according to transparent terms set by creators themselves. + +Story Network is a purpose-built layer 1 blockchain achieving the best of EVM and Cosmos SDK. It is 100% EVM-compatible alongside deep execution layer optimizations to support graph data structures, purpose-built for handling complex data structures like IP quickly and cost-efficiently. It does this by: + +- using precompiled primitives to traverse complex data structures like IP graphs within seconds at marginal costs +- a consensus layer based on the mature CometBFT stack to ensure fast finality and cheap transactions +- a modular architecture that decouples consensus from execution via Ethereum’s Engine-API + +![story](./img/story.png) + +[Website](https://www.story.foundation/) | [Blog](https://www.story.foundation/media) | [GitHub](https://github.com/storyprotocol) | [Twitter](https://x.com/StoryProtocol) | [Discord](https://discord.gg/storyprotocol) | [Docs](https://docs.story.foundation/docs/what-is-story) + +```mdx-code-block +import DocCardList from '@theme/DocCardList'; + + +``` diff --git a/docs/sui/_category_.json b/docs/sui/_category_.json deleted file mode 100644 index 8228a6da..00000000 --- a/docs/sui/_category_.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "label": "Sui", - "position": 21 -} diff --git a/docs/sui/endpoints.mdx b/docs/sui/endpoints.mdx deleted file mode 100644 index a22e2f51..00000000 --- a/docs/sui/endpoints.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -sidebar_position: 1 -description: Endpoints ---- - -import Tabs from '@theme/Tabs'; -import TabItem from '@theme/TabItem'; - -# Endpoints — RPC / API - -> The RPC endpoint enables users to interact with Sui's nodes, querying the node's state and transmitting transactions within the Sui Network. - -> An API endpoint refers to a specific URL or URI that facilitates external interactions with the blockchain network. - diff --git a/docs/sui/img/sui.png b/docs/sui/img/sui.png deleted file mode 100644 index 33e9faaa..00000000 Binary files a/docs/sui/img/sui.png and /dev/null differ diff --git a/docs/sui/index.mdx b/docs/sui/index.mdx deleted file mode 100644 index 48c8175c..00000000 --- a/docs/sui/index.mdx +++ /dev/null @@ -1,19 +0,0 @@ -# Sui - -import MainpageMetrics from '@site/src/components/MainpageMetrics'; - -

🌐 Network: Sui Mainnet | 📟 Binary Name: suid

- -[Sui](https://sui.io/) is an innovative, decentralized Layer 1 blockchain that redefines asset ownership. - -To differentiate itself from other blockchains like Ethereum, Solana, and Polkadot, Sui introduces several architectural designs to increase its speed and scalability without sacrificing the blockchain’s security. These include the Sui consensus engine, parallel transaction execution and Sui’s Move smart contract programming language. - -![sui](./img/sui.png) - -[Website](https://sui.io/) | [Blog](https://blog.sui.io/) | [GitHub](https://github.com/MystenLabs) | [Twitter](https://twitter.com/SuiNetwork) | [Discord](https://discord.gg/sui) | [Docs](https://docs.sui.io/) - -```mdx-code-block -import DocCardList from '@theme/DocCardList'; - - -``` diff --git a/docs/xion/_category_.json b/docs/xion/_category_.json index 22f4d138..fa8532d3 100644 --- a/docs/xion/_category_.json +++ b/docs/xion/_category_.json @@ -1,4 +1,4 @@ { "label": "Xion", - "position": 22 + "position": 18 } \ No newline at end of file diff --git a/docs/zetachain/_category_.json b/docs/zetachain/_category_.json index 8dcdc1d9..68d465f0 100644 --- a/docs/zetachain/_category_.json +++ b/docs/zetachain/_category_.json @@ -1,4 +1,4 @@ { "label": "Zetachain", - "position": 23 + "position": 19 }