WalletView
Ramper SDK provides "WalletView", a wallet interface that displays inside your DApp.
Last updated
import { openWallet } from '@ramper/ethereum'
<button onClick={openWallet}>My Wallet</button>import { openWallet } from '@ramper/terra'
...
<Button onClick={openWallet}>My Wallet</Button>import { openWallet } from '@ramper/near'
...
<Button onClick={openWallet}>My Wallet</Button>