Skip to content

eggheadk/neon-scan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neon Blockchain Explorer

NeonScan frontend source code

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.

Install & Dependence

  • node v18.13.0
  • react v17.0.2

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 75.1%
  • JavaScript 13.8%
  • SCSS 11.0%
  • HTML 0.1%