Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukejmann/blockshot
https://github.com/lukejmann/blockshot
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukejmann/blockshot
- Owner: lukejmann
- Created: 2022-06-27T05:50:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-27T15:13:55.000Z (over 2 years ago)
- Last Synced: 2024-11-25T21:37:35.865Z (2 months ago)
- Language: TypeScript
- Homepage: blockshot.vercel.app
- Size: 317 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Weekend project. Showing the NFTs minted to Ethereum on each block.
Only setup required is adding an [Alchemy](https://alchemy.com/) API key to .env
Other chains and better docs coming soon.
Develop:
```bash
docker compose up
```Production:
```bash
docker compose -f docker-compose.prod.yml up --build
```[Demo](https://blockshot.vercel.app/)