The Regen Attestation Engine is a web application that allows users to search for, view, and attest to IRIs (Internationalized Resource Identifiers) on the Regen Network. This tool supports both the Regen Mainnet and Redwood Testnet, providing an interface for interacting with the Regen blockchain.
- Search for IRIs across Regen Network APIs
- View IRI contents and their source
- Attest to IRIs using the Keplr wallet
- View attestation history for IRIs
- Support for Regen Mainnet and Redwood Testnet
- Node.js (v14 or later)
- npm or yarn
- Keplr Wallet browser extension
First, run the development server:
npm run dev
# or
yarn dev