Skip to content

Commit eb4da07

Browse files
committed
2 parents 66066f5 + 25fd849 commit eb4da07

File tree

5 files changed

+15
-1
lines changed

5 files changed

+15
-1
lines changed

.github/address_screen.png

137 KB
Loading

.github/block_screen.png

154 KB
Loading

.github/index_screen.png

184 KB
Loading

.github/transaction_screen.png

78.9 KB
Loading

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,22 @@ A professional blockchain explorer web application that provides comprehensive i
1212
- Responsive Material UI-inspired design
1313
- Real-time data updates via WebSocket
1414

15+
## Screenshot
16+
17+
- Home Page ( [Screenshot](https://raw.githubusercontent.com/Pymmdrza/pyExplorer/refs/heads/main/.github/index_screen.png) )
18+
- Transaction Page ( [Screenshot](https://raw.githubusercontent.com/Pymmdrza/pyExplorer/refs/heads/main/.github/transaction_screen.png) )
19+
- Address Page ( [Screenshot](https://raw.githubusercontent.com/Pymmdrza/pyExplorer/refs/heads/main/.github/address_screen.png) )
20+
- Block Page ( [Screenshot](https://raw.githubusercontent.com/Pymmdrza/pyExplorer/refs/heads/main/.github/block_screen.png) )
21+
1522
## Quick Start
1623

24+
### Docker
25+
26+
```
27+
docker pull pymmdrza/pyexplorer:latest
28+
docker run -d -p 5000:5000 --name pyexplorer pymmdrza/pyexplorer:latest
29+
```
30+
1731
### Local Installation
1832

1933
```bash
@@ -68,4 +82,4 @@ pip install -e .
6882

6983
## License
7084

71-
This project is licensed under the MIT License - see the LICENSE file for details.
85+
This project is licensed under the MIT License - see the LICENSE file for details.

0 commit comments

Comments
 (0)