Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashi7412/neon-scan
For Neon Blockchain Explorer, frontend application forked bscscan and ftmscan to provide an intuitive interface for navigating and exploring blockchain data based on React and TypeScript
https://github.com/hashi7412/neon-scan
blockchain-explorer hash7412 neon react scss shinobi typescript
Last synced: 28 days ago
JSON representation
For Neon Blockchain Explorer, frontend application forked bscscan and ftmscan to provide an intuitive interface for navigating and exploring blockchain data based on React and TypeScript
- Host: GitHub
- URL: https://github.com/hashi7412/neon-scan
- Owner: squaremost
- License: mit
- Created: 2022-09-14T01:35:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-20T04:56:53.000Z (over 1 year ago)
- Last Synced: 2024-06-10T21:08:17.225Z (6 months ago)
- Topics: blockchain-explorer, hash7412, neon, react, scss, shinobi, typescript
- Language: TypeScript
- Homepage: https://scan.neonlink.io
- Size: 1.01 MB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neon Blockchain Explorer
### [NeonScan](https://scan.noenlink.io) frontend source [code](https://github.com/hashi7412/neon-scan)
As a means to provide equitable access to blockchain data, we've developed the NeonScan Developer APIs to empower developers with direct access to NeonScan's block explorer data and services via GET/POST requests using React library.
## Install & Dependence
- node `v18.13.0`
- react `v17.0.2`## API
[wss://scan.neonlink.io/api](wss://scan.neonlink.io/api)## Configuration
## Use
- for npm
```
npm start
```
- for yarn
```
yarn start
```## Directory Hierarchy
```
|—— .gitignore
|—— LICENSE
|—— package.json
|—— public
|—— scripts
| |—— deploy-eth.js
| |—— deploy.js
|—— src
| |—— @types
| |—— App.tsx
| |—— assets
| |—— components
| |—— config
| |—— networks.json
| |—— networks.testnet.json
| |—— eclipse.svg
| |—— index.scss
| |—— index.tsx
| |—— Layout.tsx
| |—— libs
| |—— metamask.tsx
| |—— locales
| |—— en-US.json
| |—— zh-CN.json
| |—— neon.scss
| |—— Pages
| |—— 404.tsx
| |—— account
| |—— auth
| |—— blockchain
| |—— docs
| |—— Home.scss
| |—— Home.tsx
| |—— more
| |—— nft
| |—— resources
| |—— staking
| |—— tokens
| |—— pretty.scss
| |—— react-app-env.d.ts
| |—— reportWebVitals.ts
| |—— RouterMapping.tsx
| |—— setupTests.ts
| |—— useStore.tsx
| |—— WebCrypto.tsx
|—— test
|—— tsconfig.json
```## Preview
![Group 1](https://github.com/hashi7412/neon-scan/assets/105185902/d1f6b970-7154-4cc6-8a80-fbe4c7f0084f)