built by @samuellhuber
Learn how to build Cast Composer Actions: here in the dTech docs
To test your composer action host it on the internet and go to the Warpcast Debugger
There you now enter
- Some Title
- Your public URL
These should be the same (for consistency and testing) as you have set in your api/compose
route here.
EDIT compose.ts to set them there too!
Now when clicking Test action you can play around.
With the info filled in it should look something like the below
Your composer action will now show up. This is the default test sample which you can edit in /src/pages/index.tsx
here