Inscriptions Viewer is a React web app that allows you to see what inscriptions any Bitcoin wallet owns.
Example wallet address: bc1pe6y27ey6gzh6p0j250kz23zra7xn89703pvmtzx239zzstg47j3s3vdvvs
Vercel deployment: https://inscriptions-viewer.vercel.app/
To get started quickly:
npm install
npm start
- Navigate to http://localhost:3000/
The project has comprehensive tests written in Jest and Playwright.
For Jest unit tests, run:
npm run test:unit
For Playwright end-to-end tests, run:
npm run test:e2e
For both tests together, run:
npm test