## How to be a bankconst createWallet = useCreateWallet();const defaultGasCurrency = addressOf('CEUR');const bip39Language = 'spanish'; createWallet({ defaultGasCurrency, bip39Language }) .then((wallet) => { wallet.send(CUSD, 10, "0xbeef");});
Ready to start building?
Still have questions? Talk to a human.