https://github.com/malcodeman/blockchain-explorer
Blockchain information for blocks & transactions.
https://github.com/malcodeman/blockchain-explorer
blockchain nextjs
Last synced: 3 months ago
JSON representation
Blockchain information for blocks & transactions.
- Host: GitHub
- URL: https://github.com/malcodeman/blockchain-explorer
- Owner: malcodeman
- License: mit
- Created: 2021-11-13T17:33:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-17T19:33:30.000Z (over 3 years ago)
- Last Synced: 2025-01-29T22:33:07.698Z (5 months ago)
- Topics: blockchain, nextjs
- Language: TypeScript
- Homepage:
- Size: 182 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-repos - blockchain-explorer - Blockchain information for blocks & transactions. (Next.js)
README
# blockchain-explorer ₿
[](https://github.com/facebook/jest)
[](https://cypress.io)
[](https://github.com/prettier/prettier)Blockchain information for blocks & transactions.

## Getting started
```
git clone https://github.com/malcodeman/blockchain-explorer.git blockchain-explorer
cd blockchain-explorer
yarn install && yarn dev
```## Testing
Project contains both unit(`jest`) and e2e(`cypress`) tests.
```
"test": "jest --watch",
"test:ci": "jest --ci",
"cypress": "cypress open",
"cypress:ci": " cypress run --headless"
```