PermaPost is a small permaweb-style app for browsing and publishing permanent postcards on Arweave.
- Connects with ArConnect or Wander-compatible wallets through
window.arweaveWallet - Shows the connected wallet address and AR balance
- Lists recent on-chain transactions for the active wallet
- Searches transactions by tag
- Creates and posts a signed Arweave transaction containing a postcard entry
- React
- TypeScript
- Vite
- Arweave JS
npm install
npm run devnpm run buildThis app is designed to be deployed as a static permaweb frontend and use ArweaveJS plus wallet integration for on-chain interaction.