Skip to content

Commit

Permalink
feat: updating explorer to latest ping-pub (#3)
Browse files Browse the repository at this point in the history
* feat: updating explorer to latest ping-pub

* chore: setting tsconfig to esnext for module & build target

* fix: sonar code smells

* fix: sonar security hissues

* fix: sonar security fixes

* fix: script integrity

* fix: no swap via explorer

* refactor: delegration NaN

* fix: ignore sonar

* refactor: ignore sonar line

* refactor: removing tag manage

* refactor: fixing sonar issues

* fix: sonar bugs

* fix: sonar bugs

* refactor: hiding non itn nets

* refactor: removing commented code

* refactor: links
  • Loading branch information
CalicoNino authored Nov 8, 2023
1 parent 10138bc commit d3ad95d
Show file tree
Hide file tree
Showing 638 changed files with 20,186 additions and 166,758 deletions.
4 changes: 0 additions & 4 deletions .prettierignore

This file was deleted.

2 changes: 0 additions & 2 deletions .browserslistrc

This file was deleted.

1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

48 changes: 0 additions & 48 deletions .eslintrc.js

This file was deleted.

42 changes: 5 additions & 37 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,37 +1,5 @@
.DS_Store
node_modules
/dist

# local env files
.env.local
.env.*.local
.envrc

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Editor directories and files
.idea
.vscode/*
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

!.vscode/*.code-snippets

# script
/vuexy-scripts

# Docs
/docs/.temp

# Yarn
.yarn/
.yarnrc.yml
package-lock.json
yarn.lock
pkg/
node_modules/
**/.vscode
yarn-error.log
dist
.idea
9 changes: 9 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"tabWidth": 2,
"singleQuote": true,
"semi": true,
"endOfLine": "auto",
"bracketSpacing": true,
"TrailingCooma": true,
"arrowParens": "always"
}
45 changes: 0 additions & 45 deletions .yarnclean

This file was deleted.

5 changes: 5 additions & 0 deletions FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# These are supported funding model platforms

# github: liangping
issuehunt: ping-pub # Replace with a single IssueHunt username

25 changes: 8 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

[![version](https://img.shields.io/github/tag/ping-pub/explorer.svg)](https://github.com/ping-pub/explorer/releases/latest)
[![GitHub](https://img.shields.io/github/license/ping-pub/explorer.svg)](https://github.com/ping-pub/explorer/blob/master/LICENSE)
[![Ping Deploy](https://github.com/ping-pub/explorer/actions/workflows/mainnet-deploy.yaml/badge.svg)](https://github.com/ping-pub/explorer/actions/workflows/mainnet-deploy.yaml)
[![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/bukotsunikki.svg?style=social&label=Follow%20%40ping_pub)](https://twitter.com/ping_pub)
[![https://discord.gg/CmjYVSr6GW](https://img.shields.io/badge/discord-join-7289DA.svg?logo=discord&longCache=true&style=flat)](https://discord.gg/CmjYVSr6GW)

Expand All @@ -17,23 +16,19 @@

`Ping Dashboard` is a light explorer for Cosmos-based Blockchains. https://ping.pub .

## What is the difference between Ping explorer and other explorers?
## What sets Ping Dashboard apart from other explorers?
**Ping Dashboard** stands out by providing a real-time exploration of blockchain data without relying on caching or pre-processing. It exclusively fetches data from the Cosmos full node via LCD/RPC endpoints, ensuring a truly authentic experience. This approach is referred to as the "Light Explorer."

`Ping Dashboard` is designed to explore blockchain data as real as possible, therefore there is no cache, no pre-processing. `Ping Dashboard` only fetch data from Cosmos full node via LCD/RPC endpoints. We call it "Light Explorer".
## Are you interested in listing your blockchain on https://ping.pub?

## Do you want to list your blockchain on ping.pub?
To make this repository clean, please submit your request to https://github.com/ping-pub/ping.pub.git

Submit your pull request [here](./src/chains), We will add your chains as soon as possible. It is **FREE** (You must have 10+ independent validators on your chain).

We remain neutral to all chains, and we do not comment on their market prospects, technical risks, or investment risks. The only condition we list on ping.pub is if there are ten validators, and we cannot determine if these validators are controlled by the same entity.

## Why Ping explorer use official/trusted third party public LCD/rpc server?

There are two main reasons:

- Trust, in a decentralized system, anything controlled by one entity cannot be trusted. So we decided to build with the community.
- Limited resources: `Ping Dashboard` will list hundreds of cosmos-based blockchains in the future, and it is impossible for our team to run validators or full nodes for all of them.
## Why does Ping Dashboard rely on official/trusted third-party public LCD/RPC servers?
There are two primary reasons for this choice:

- Trust: In a decentralized system, it is crucial to avoid relying solely on a single entity. By utilizing official/trusted third-party public LCD/RPC servers, Ping Dashboard ensures that the data is sourced from a network of trusted participants.
- Limited Resources: As Ping Dashboard plans to list hundreds of Cosmos-based blockchains in the future, it is impractical for the Ping team to operate validators or full nodes for all of them. Leveraging trusted third-party servers allows for more efficient resource allocation.

## Donation

Expand All @@ -44,10 +39,6 @@ Your donation will help us make better products. Thanks in advance.
0x88BFec573Dd3E4b7d2E6BfD4D0D6B11F843F8aa1
```

- You can donate any token in the Cosmos ecosystem: [here](https://ping.pub/coffee)

> If you are an individual please do not donate more than $10, a cup of coffee means a lot to us.
#### Donations from project

- Point Network: 1000USDC and $1000 worth of POINT
Expand Down
Loading

0 comments on commit d3ad95d

Please sign in to comment.