Skip to content

Commit

Permalink
sge & band updated (#62)
Browse files Browse the repository at this point in the history
* sge added skeleton

* sge added endpoints

* sge added sync

* sge added tools

* positions updated

* band updated tools
  • Loading branch information
karloinv authored Nov 27, 2023
1 parent 99f82b5 commit 5db43e7
Show file tree
Hide file tree
Showing 15 changed files with 474 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/band-protocol/useful-tools/other-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ To contribute your own resource, simply click on **Edit this page** at the botto
| --- | --- | --- | --- |
| [Chain Information Platform](https://cosmos.directory/bandchain) | This platform provides information about the network, validators, public nodes, etc. | [ECO Stake](https://github.com/eco-stake) | 2023-10-20 |
| [Restake](https://restake.app/bandchain) | REStake allows validators to auto-compound your Band staking rewards. | [ECO Stake](https://github.com/eco-stake) | 2023-11-25 |
| [Network Visualizer](https://tools.highstakes.ch/geoloc/laozi) | The network visualizer shows a graphical view of all the Band nodes are distributed by country and data center on map.| [High Stakes](https://highstakes.ch/) | 2023-11-25 |
| [Prometheus Exporter](https://www.forbole.com/blog/prometheus-exporter-for-bandchain) | Exporter allows validators to get data in real-time directly from the yoda process, and easily plug into their existing monitoring/alerting systems. | [Forbole](https://github.com/forbole) | 2023-07-08 |
| [Network Visualizer](https://tools.highstakes.ch/geoloc/laozi) | The network visualizer shows a graphical view of all the Band nodes are distributed by country and data center on map.| [High Stakes](https://highstakes.ch/) | 2023-11-25 |
| [RPC Scanner](https://services.kjnodes.com/mainnet/band/public-rpc) | The tool scan the network and produce a list of nodes that publish their RPC endpoints. | [kjnodes](https://github.com/kj89) | 2023-10-22 |
| [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-11-27 |
| [Validator Scan](https://nodeist.net/Validatorscan) | Validator Scanning is designed to comprehensively assess most valuable ones validators. For example, the number of days since the validator was created is indicated; validators without avatars, those categorized as jailed, or those marked as inactive are excluded. | [Nodeist](https://github.com/Nodeist) | 2023-11-27 |
| [Reward calculator](https://openstake.net/reward_calculator) | The tool used to estimate the potential earnings or returns that can be gained by staking. | [OpenStake](https://openstake.net/) | 2023-08-02 |
| [Band VRF Worker](https://github.com/bandprotocol/vrf-worker-v1) | VRF Worker is an off-chain service used for relaying VRF random value requests and results between the BandChain and the client chain (e.g. Ethereum). | [Pete Karoonkornsakul](https://github.com/petekaroon) | 2023-08-10 |

Expand Down
4 changes: 4 additions & 0 deletions docs/sge-network/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "SGE Network",
"position": 11
}
248 changes: 248 additions & 0 deletions docs/sge-network/endpoints.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,248 @@
---
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 SGE's nodes, querying the node's state and transmitting transactions within the SGE Network.
> The gRPC endpoint enables user interactions with a SGE 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>

#### Anode:
```bash
https://sge.api.m.anode.team
```

#### genznodes:
```bash
https://sge-api.genznodes.dev
```

#### Indonode:
```bash
https://api.sge.indonode.net
```

#### Lavender.Five:
```bash
https://sge-api.lavenderfive.com
```

#### Nodeist:
```bash
https://api-sge.nodeist.net
```

#### NodeStake:
```bash
https://api.sge.nodestake.top
```

#### NodeX
```bash
https://sge.api.nodex.one
```

#### Polkachu:
```bash
https://sge-api.polkachu.com
```

#### ramuchi.tech:
```bash
https://sge-api.ramuchi.tech
```

#### RoomIT:
```bash
https://api.sge.roomit.xyz
```

#### Safe Block:
```bash
https://api.sge.safeblock.space
```

#### Sr20de:
```bash
https://sge-api.sr20de.xyz
```

#### StakerHouse:
```bash
https://sge-rest.stakerhouse.com
```

#### TC Network:
```bash
https://rest.sge.tcnetwork.io
```

#### vinjian:
```bash
https://api-sge.vinjan.xyz
```

</TabItem>
<TabItem value="rpc" label="RPC">

#### Anode:
```bash
https://sge.rpc.m.anode.team
```

#### genznodes:
```bash
https://sge-rpc.genznodes.dev
```

#### Indonode:
```bash
https://rpc.sge.indonode.net
```

#### Lavender.Five:
```bash
https://sge-rpc.lavenderfive.com
```

#### Nodeist:
```bash
https://rpc-sge.nodeist.net
```

#### NodeStake:
```bash
https://rpc.sge.nodestake.top
```

#### NodeX
```bash
https://sge.rpc.nodex.one
```

#### Polkachu:
```bash
https://sge-rpc.polkachu.com
```

#### ramuchi.tech:
```bash
https://sge-rpc.ramuchi.tech
```

#### RoomIT:
```bash
https://rpc.sge.roomit.xyz
```

#### Safe Block:
```bash
https://rpc.sge.safeblock.space
```

#### Sr20de:
```bash
https://sge-rpc.sr20de.xyz
```

#### StakerHouse:
```bash
https://sge-rpc.stakerhouse.com
```

#### STAVR:
```bash
http://sge.rpc.m.stavr.tech:1157
```

#### TC Network:
```bash
https://rpc.sge.tcnetwork.io
```

#### vinjian:
```bash
https://rpc-sge.vinjan.xyz
```

</TabItem>
<TabItem value="grpc" label="gRPC">

#### Anode:
```bash
sge.grpc.m.anode.team
```

#### genznodes:
```bash
sge-grpc.genznodes.dev:5657
```

#### Indonode:
```bash
grpc.sge.indonode.net:12090
```

#### Lavender.Five:
```bash
sge-grpc.lavenderfive.com:443
```

#### Nodeist:
```bash
grpc-sge.nodeist.net
```

#### NodeStake:
```bash
grpc.sge.nodestake.top
```

#### NodeX
```bash
sge.grpc.nodex.one
```

#### Polkachu:
```bash
sge-grpc.polkachu.com:17790
```

#### ramuchi.tech:
```bash
sge-grpc.ramuchi.tech
```

#### RoomIT:
```bash
grpc.sge.roomit.xyz
```

#### Safe Block:
```bash
grpc.sge.safeblock.space:9090
```

#### Sr20de:
```bash
sge-grpc.sr20de.xyz
```

#### StakerHouse:
```bash
sge-grpc.stakerhouse.com:443
```

</TabItem>
</Tabs>
Binary file added docs/sge-network/img/sge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions docs/sge-network/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# SGE Network

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

<MainpageMetrics rpc="https://rpc.sge.nodestake.top" binary="sged" />

[SIX SIGMA SPORTS](https://github.com/sge-network) is a a Cosmos SDK-based Layer-1 blockchain that deployed on the Sports, Gaming and Entertainment Network (The SGE Network).

SGE is a new approach to sports betting, re-imagined with the benefit of blockchain technology to bring a transparent, fast, and uniquely engaging experience. At Six Sigma Sports, for the first time ever, you can truly step into the shoes of the operator behind a sports book.

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

[Website](https://sixsigmasports.io/) | [Blog](https://t.co/qAnCnzngwQ) | [GitHub](https://github.com/sge-network) | [Twitter](https://twitter.com/SixSigmaSports) | [Discord](https://discord.gg/gC4AHWyu3k) | [Docs](https://six-sigma-sports.gitbook.io/docs/)

```mdx-code-block
import DocCardList from '@theme/DocCardList';
<DocCardList />
```
4 changes: 4 additions & 0 deletions docs/sge-network/sync/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Sync",
"position": 2
}
28 changes: 28 additions & 0 deletions docs/sge-network/sync/addrbook.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
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/SGE/main/addrbook.json`,
`https://snapshot.genznodes.dev/sge/addrbook.json`,
`https://snapshots.indonode.net/sge/addrbook.json`,
`https://ss.nodeist.net/sge/addrbook.json`,
`https://ss.sge.nodestake.top/addrbook.json`,
`https://snapshots.polkachu.com/addrbook/sge/addrbook.json`,
`https://raw.githubusercontent.com/obajay/nodes-Guides/main/Projects/SGE/addrbook.json`,
];

export let home = 'sge';

export let binary = 'sged';

<SelectPaste endpoints={endpoints} codeTemplate={addrBook} home={home} binary={binary} tip="Click on any endpoint to paste it into the code block." />
20 changes: 20 additions & 0 deletions docs/sge-network/sync/peers-seeds.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
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 = 'sge';

export let binary = 'sged';

<LivePeers rpc="https://rpc.sge.nodestake.top" home={home} binary={binary} />
Loading

0 comments on commit 5db43e7

Please sign in to comment.