Relay
Project ID
The Project ID is consumed through URL parameters.
URL parameters used:
projectId
: Your Project ID can be obtained from cloud.reown.com
Example URL:
https://relay.walletconnect.com/?projectId=c4f79cc821944d9680842e34466bfbd
This can be instantiated from the client with the projectId
in the SignClient
constructor.
import SignClient from '@walletconnect/sign-client'
const signClient = await SignClient.init({
projectId: 'c4f79cc821944d9680842e34466bfb'
})