-
Notifications
You must be signed in to change notification settings - Fork 133
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
Refactor build e2e dapp guide #851
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
I trust that it works, may want someone else to spend the time to walk through it and see if there are any weird pitfalls
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.
For these long-ish tutorials i feel like it makes sense to have the full completed source code available at the end of the page so people know what it should look like when they're done. There's a lot of steps that are easy to miss and frustrating to debug.
apps/nextra/pages/en/build/guides/build-e2e-dapp/3-fetch-data-from-chain.mdx
Outdated
Show resolved
Hide resolved
apps/nextra/pages/en/build/guides/build-e2e-dapp/3-fetch-data-from-chain.mdx
Outdated
Show resolved
Hide resolved
apps/nextra/pages/en/build/guides/build-e2e-dapp/3-fetch-data-from-chain.mdx
Outdated
Show resolved
Hide resolved
apps/nextra/pages/en/build/guides/build-e2e-dapp/4-submit-data-to-chain.mdx
Show resolved
Hide resolved
good idea. can add it |
@rtso Build is failing b/c of https://github.com/aptos-labs/aptos-indexer-processor-sdk/tree/main/aptos-indexer-processors-sdk - can you help? |
@hariria we actually link the source code in the first page, but need to change it as it is now a different code. I really dont want to put it on the |
That's okay, broken links are non-blocking. We can clean it up afterwards as well. |
Description
Refactor the
build e2e dapp
guide to usecreate-aptos-dapp
Checklist
pnpm fmt
?pnpm lint
?