Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Thirdweb Tutorial #1022

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

0xiliyan
Copy link

What 💻
Thirdweb is a development platform that offers pre-built smart contracts and tools, enabling developers to easily build, deploy, and manage web3 applications across various blockchains. It is really popular among many developers and people with limited or no coding skills, this is why the idea came up to create this simple onboarding tutorial.

Why ✋
It may be hard to navigate the Thirdweb documentation yourself with zkSync in particular and creating a signer object, which are basic and essential steps if you want to use the SDK, hence those are outlined in the guide. In addition a simple flow to deploy NFT contract and mint and NFT instance is included as code snippets.

@0xiliyan 0xiliyan requested review from a team as code owners April 11, 2024 11:28
@0xiliyan
Copy link
Author

Something I noticed is that I'm using couple different git user.name when committing (its my work laptop and I switched it to new one as well). The contributor is only one and its me - 0xiliyan.

Copy link
Contributor

@dutterbutter dutterbutter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@0xiliyan can you confirm this tutorial works as expected? Do you have tx link you could share after going through it?

@0xiliyan
Copy link
Author

0xiliyan commented May 16, 2024

@dutterbutter I was able to deploy and test the tutorial in the past but it looks like this typescript SDK repository is not well maintained and they have issues with the NFT contracts in particular as I read across forums, kept getting errors this time after I updated the repo. So instead I decided it would be better to write a guide for using the React SDK which I've used a couple of times already and its working perfectly!

Here is an NFT claim transaction, I just deployed and NFT Drop contract and followed the tutorial exactly to utilize the React SDK in order to connect to the contract and claim an NFT:

https://sepolia.explorer.zksync.io/tx/0x4c414c50e53aa36ac71046269388f5439da42858f173f5ed2a670d8110fb8413

Also fixed the linter and prettier issues from the workflow, please let me know if you're fine with the changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants