appName
The name of your application, displayed to users during authentication and transaction signing.
Type: string
Required: No
Default: 'DApp'
Usage
// Wagmi
import { jaw } from '@jaw.id/wagmi';
const connector = jaw({
apiKey: 'your-api-key',
appName: 'My Awesome DApp',
});// EIP-1193 Provider
import { JAW } from '@jaw.id/core';
const jaw = JAW.create({
apiKey: 'your-api-key',
appName: 'My Awesome DApp',
});Where It Appears
Your app name is shown to users in:
- Authentication popup header
- Transaction approval screens
- Permission grant dialogs
Related Configuration
- appLogoUrl - Application logo
- apiKey - API key for authentication