-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* sge added skeleton * sge added endpoints * sge added sync * sge added tools * positions updated * band updated tools
- Loading branch information
Showing
15 changed files
with
474 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"label": "SGE Network", | ||
"position": 11 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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 /> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"label": "Sync", | ||
"position": 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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." /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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} /> |
Oops, something went wrong.