Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)