-
Notifications
You must be signed in to change notification settings - Fork 2
useArcade API
Christopher David edited this page Aug 2, 2022
·
5 revisions
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()
- id: string
- image: string
- name: string
- type: string
- 40 - Send message to channel
- 41 - Create channel
- 42 - Update channel
- 43 - Delete channel