Arweave TX inspector, watch and inspect recent content on the arweave blockchain.
Tool to monitor and inspect transactions on the Arweave Blockchain
Intented mostly as a developer aid, but curious people can use to watch the content on the blockchain.
Simple usage:
App-Name
tag )Uses: https://github.com/aokisok/ar-block-sync to synchronize the last 40 blocks to your browser storage and get
notified of new blocks & txs.
Current deployed version at: https://aokisok.github.io/ar-inspector/latest.html
You can use the above url and append #tx/TX_ID to jump to view transaction page directly.
This is a pretty standard Vue 2.x project, created with vue-cli. One slight divergence from standard Vue is we use
stand-alone CSS files, under public/css, so they can be live edited and saved from chrome dev-tools.
npm install
npm run serve
npm run build