To work on OnchainKit components with live UI feedback:
Copy
Ask AI
pnpm f:play dev
This will build the OnchainKit package in watch mode, and start a development environment (the playground) where you can see your components in action.As you make changes, the playground will update automatically.Navigate to http://localhost:3000 to open the playground.
Have a component in mind that we are not supporting yet? You can submit a feature request to our Github. Create a “New issue” and label it “Feature Request: …”.