-
-
Notifications
You must be signed in to change notification settings - Fork 960
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 basic beginner tutorial #1202
Comments
@alexandratran, ma'am, I want to work on this. These are the changes I need to do in this issue?
|
Oooo is this still needing to be worked on?? 👀👀👀 If so I'd be down to do it! |
@BboyAkers Thanks for asking, but I think our tech writer @joaniefromtheblock is working on this. @joaniefromtheblock Can you confirm that you're currently working on this, otherwise we could give it to @BboyAkers (who has worked on this repo in the past)? |
Hi @BboyAkers! I am working on this; hoping to get a PR in soon |
With removing the quickstarts and emphasizing the EIP-6963 content in #1197, we need a very basic tutorial in vanilla JS without EIP-6963 that a beginner can use as a simple learning exercise and a way to connect very quickly with minimal code and minimal background knowledge. This tutorial can include caveats that we recommend using EIP-6963 and build tools such as Vite in production.
This tutorial can combine the instructions from:
detect-provider
package (then remove this page from the "How to" menu to de-emphasize it)Note that in the code samples,
provider
should be replaced withwindow.ethereum
since it doesn't use EIP-6963.Make sure to provide context that this tutorial is meant to only be a learning experience for building a minimal dapp that connects to MetaMask. In production, we recommend using EIP-6963 (point to the Connect guide).
We can link to this tutorial from the intro page and in an admonition on the Connect page.
The text was updated successfully, but these errors were encountered: