https://github.com/charlie85270/scansper
Scansper is an explorer for the Casper Network blockchain
https://github.com/charlie85270/scansper
blockchain casper-network cryptocurrency explorer
Last synced: about 1 month ago
JSON representation
Scansper is an explorer for the Casper Network blockchain
- Host: GitHub
- URL: https://github.com/charlie85270/scansper
- Owner: Charlie85270
- License: mit
- Created: 2023-03-15T14:02:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T13:18:28.000Z (about 1 year ago)
- Last Synced: 2025-07-14T23:36:10.906Z (3 months ago)
- Topics: blockchain, casper-network, cryptocurrency, explorer
- Language: TypeScript
- Homepage: https://scansper.com
- Size: 6.1 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scansper: The Casper Network Blockchain Explorer
Scansper is an open-source explorer for the Casper network blockchain. It allows users to view information about blocks, transactions, and accounts on the network. You can track top holders, projects being built on the blockchain, metrics and many more things.

## Features
- View information about blocks, transactions, and accounts on the Casper network
- Search for specific blocks or transactions by hash or account by address
- View the transaction history of any account on the network
- View the balance and status of any account on the network
- View the gas usage and cost of any transaction on the network
- View the validator set and their staking rewards
- View the NFTS on the network
- And much more..## Technologies
Scansper is built using the following technologies:
- ReactJS
- TypeScript
- NextJS
- Apexchart## Installation
To install Scansper, follow these steps:
1. Clone the repository to your local machine:
bashCopy code
`git clone https://github.com/charlie85270/scansper.git`
2. Install the required dependencies:
Copy code
`yarn install`
3. Start the application:
`yarn dev`
The application will be available at [http://localhost:3000/](http://localhost:3000/).
## Usage
Once the application is running, you can use it to explore the Casper blockchain. Here are some examples of what you can do:
- Enter a block hash or transaction hash in the search bar to view information about a specific block or transaction
- Enter an account address in the search bar to view information about that account, including its transaction history, balance, and status
- Click on the "Validators" tab to view the current validator set and their staking rewards## Contributing
If you would like to contribute to Scansper, please follow these steps:
1. Fork the repository to your own GitHub account
2. Create a new branch for your changes
3. Make your changes and commit them to your branch
4. Push your branch to your forked repository
5. Create a pull request