There was an error while loading. Please reload this page.
Users are identified by a BIP39/32 Schnorr keypair as specified in NIP-06.
import { createAccount } from '@arcadecity/use-arcade' const { pubkey, privkey, mnemonic } = await createAccount()
import { useArcadeRelay } from '@arcadecity/use-arcade' const [state, actions] = useArcadeRelay()