redbelly-global-wallet
v0.1.0
Published
Redbelly-branded Dynamic Global Wallet package
Readme
redbelly-global-wallet
Publishable Dynamic Global Wallet package for partner dApps.
What partner dApps install
npm install redbelly-global-walletimport "redbelly-global-wallet/ethereum";
import "redbelly-global-wallet/solana";After those imports, any EIP-6963 compatible EVM integration or Solana Wallet Standard compatible integration can discover the wallet.
Configure before publishing
Update src/lib/config.ts with:
- your final package branding
- your Dynamic popup domain
- your Dynamic environment ID
- your EIP-6963 reverse-DNS identifier
Local validation
npm run build
npm run pack:localPublish
npm publish --access public