Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malcodeman/blockchain-explorer
Blockchain information for blocks & transactions.
https://github.com/malcodeman/blockchain-explorer
blockchain nextjs
Last synced: 21 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-17T19:33:30.000Z (about 3 years ago)
- Last Synced: 2024-10-29T11:10:31.557Z (about 2 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 ₿
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
[![Cypress.io tests](https://img.shields.io/badge/cypress.io-tests-green.svg?style=flat-square)](https://cypress.io)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)Blockchain information for blocks & transactions.
![Screenshot](readme/screenshot.png)
## 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"
```