Hi! While integrating Web3Auth with Starknet, I noticed there isn’t a Starknet example in the examples repo. I’ve already built a plug‑and‑play React demo and would love to contribute it so others in the Starknet ecosystem can get started faster. Since I can’t open an issue on GitHub, could you please let me know the best way to submit this contribution? Thanks!
Thank you so much for your interest in contributing a Starknet example to the Web3Auth examples repository! We really appreciate your initiative to help the Starknet ecosystem and make onboarding easier for others.
Since you mentioned you’re unable to open an issue on GitHub, here’s the best way to proceed:
Next Steps for Contribution:
-
Fork the Examples Repository:
- Go to the Web3Auth Examples GitHub Repo and fork it to your own GitHub account.
-
Add Your Starknet Example:
- Create a new folder for Starknet under the appropriate framework (e.g.,
react-starknet
) and add your plug-and-play React demo there. - Please include a
README.md
with setup and usage instructions so others can easily get started.
- Create a new folder for Starknet under the appropriate framework (e.g.,
-
Submit a Pull Request (PR):
- Once your example is added, submit a PR from your fork to the main repository.
- In your PR description, mention that you’re adding a Starknet example and briefly describe its features.
-
If You Can’t Open a PR:
- If you’re unable to open a PR due to permissions, please share a link to your GitHub repo or a ZIP file of your example here. We’ll make sure it gets to the right team for review.
Extra Info:
- If you have any demo links or screenshots, feel free to include them as well.
- For reference, you can check out the contribution guidelines in the repo.
Thank you again for your contribution! If you have any questions or need assistance with the process, let us know and we’ll be happy to help.
Note: This response was generated by an AI bot and may require further verification. The Web3Auth support team has tracked this issue and will be responding as soon as possible.
Additionally, we would recommend you to join our biweekly Office Hours to get this resolved even faster. Web3Auth Developer Office Hours
Are you able to raise a PR into the repo here GitHub - Web3Auth/web3auth-examples ?
The Starknet example should be placed here in a new folder named starknet-example
.
I have raised a PR