Skip to main content

Try it out

Test out Ronin Waypoint.

http://localhost:3000

      const onAuthorizeClicked = async () => {
    const { address } = await waypointProvider.connect()
    }

    const onPersonalSignClicked = async () => {
    const signature = await waypointProvider.request<`0x${string}`>({
    method: 'personal_sign',
    params: [
    '0x5369676e20796f7572206669727374206d657373616765207769746820526f6e696e20576179706f696e7421',
    address
    ]
    })
    }