-
Notifications
You must be signed in to change notification settings - Fork 530
Academy: x402 fundamentals course
#3303
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
Academy: x402 fundamentals course
#3303
Conversation
…tegrated in the future implementation demo
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…amentals Signed-off-by: federiconardelli7 <148543277+federiconardelli7@users.noreply.github.com>
content/academy/x402-payment-infrastructure/02-introduction/01-what-is-x402.mdx
Outdated
Show resolved
Hide resolved
content/academy/x402-payment-infrastructure/02-introduction/03-use-cases.mdx
Outdated
Show resolved
Hide resolved
content/academy/blockchain/x402-payment-infrastructure/02-introduction/02-payment-problem.mdx
Show resolved
Hide resolved
...ent/academy/blockchain/x402-payment-infrastructure/04-x402-on-avalanche/02-network-setup.mdx
Show resolved
Hide resolved
content/academy/blockchain/x402-payment-infrastructure/04-x402-on-avalanche/03-facilitators.mdx
Show resolved
Hide resolved
navillanueva
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finished the second review, I liked the improvements some files have made, but I would like to know what is the overall objective for the person taking this course?
To me this course is about "what x402 is and how to implement it" which should give you a basic understanding of x402 and what SDKs you can use to implement it. I say this because there are some files in the technical architecture that are very in-depth and look s like they are for someone becoming an "expert on x402"
For me a good analogy is Account Abstraction, many people use it through any SDK like Biconomy, and a good course would explain its key elements like Bundler and the Entry point contract - but you probably dont need to know about all the security implications of running a bundler if you are going to just use an SDK
So for this course, the security considerations, blockchain settlements files, are these things that any user needs to know? or will all of this complexity/knowledge be abstracted away if they are just using Thirdweb to set up their x402?
|
Pushed some of the changes (the one with the 👍 are made). Need to search or create some SDK to make it easy for user to start working with x402 |
@federiconardelli7 alright - new changes great! I left the unresolved comments, not sure if out of those ones you want to iterate and improve in a seperate PR? |
content/academy/blockchain/x402-payment-infrastructure/02-introduction/02-payment-problem.mdx
Show resolved
Hide resolved
Academy: course x402 fundamentals
Academy: course x402 fundamentalsAcademy: x402 fundamentals course
…cademy-course-x402-fundamentals
…ttps://github.com/ava-labs/builders-hub into federiconardelli7/academy-course-x402-fundamentals
Added the x402 academy course.
Introduction and technical architecture already explained, as well as the current avalanche facilitators.
A tutorial with the actual implementation process will need to be added.