Create Poll

Create a new poll using the SDK

Create New Poll

Connect your wallet and fill out the form to create a new poll on Polygon Amoy.

SDK Usage Example:

<CreatePollForm
  onSuccess={(pollId) => {
    console.log('Poll ID:', pollId)
    // Navigate to poll or show success
  }}
  onError={(error) => {
    console.error(error.message)
  }}
/>