Closed joepegler closed 1 week ago
Create an interactive Stackblitz tutorial that demonstrates how to send a batch transaction using the Nexus SDK.
Develop a Stackblitz project that includes:
@biconomy/sdk
viem
Implement the batch transaction example:
Make the tutorial gas-less:
Integrate the Stackblitz project into the documentation:
docs/pages/nexus/tutorials/batch.md
Add instructions for users to run and interact with the Stackblitz project
Test thoroughly to ensure the tutorial works as expected in the Stackblitz environment
Update the documentation to reference and explain the new interactive tutorial
Consider adding a "Run in Stackblitz" button next to the existing code examples for quick access
What
Create an interactive Stackblitz tutorial that demonstrates how to send a batch transaction using the Nexus SDK.
Why
How
Develop a Stackblitz project that includes:
@biconomy/sdk
,viem
, and other necessary packagesImplement the batch transaction example:
Make the tutorial gas-less:
Integrate the Stackblitz project into the documentation:
docs/pages/nexus/tutorials/batch.md
fileAdd instructions for users to run and interact with the Stackblitz project
Test thoroughly to ensure the tutorial works as expected in the Stackblitz environment
Update the documentation to reference and explain the new interactive tutorial
Consider adding a "Run in Stackblitz" button next to the existing code examples for quick access