https://github.com/rarimo/scan
Rarimo blockchain explorer frontend
https://github.com/rarimo/scan
Last synced: over 1 year ago
JSON representation
Rarimo blockchain explorer frontend
- Host: GitHub
- URL: https://github.com/rarimo/scan
- Owner: rarimo
- License: mit
- Created: 2023-10-24T09:04:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-04T15:56:07.000Z (over 1 year ago)
- Last Synced: 2025-02-04T16:39:12.789Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://scan.rarimo.com/
- Size: 3.38 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# scan
## Getting Started
### Run the development server:
```bash
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
### Run with docker:
Build a Docker image
```bash
docker build -t scan .
```
Run the Docker image
```bash
docker run -p 8095:8095 --env-file .env -it scan
```
## License
[MIT](./LICENSE)