Developer-DAO / academy-turbo

D_D Academy is an open-source education platform created by and for Developer DAO.
https://academy.developerdao.com
MIT License
16 stars 10 forks source link

Update tiernft testnet #228

Closed elPiablo closed 3 months ago

elPiablo commented 4 months ago

from issue: https://github.com/Developer-DAO/academy-turbo/issues/227#issue-2228661276

Changes needed

Mumbai is being retired. TierNFT lesson and Connect to Front-end lessons need upgraded:

https://polygon.technology/blog/polygon-pos-is-cooking-the-napoli-upgrade-means-better-ux-the-mumbai-testnet-takes-a-bow

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
academy-turbo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 23, 2024 0:52am
academy-turbo-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 23, 2024 0:52am
github-actions[bot] commented 4 months ago

Running Lighthouse audit...

elPiablo commented 4 months ago

Hey @Markkos89

How would I add a path (inside the TierNFT lesson) to this lesson on web3 wallets which is inside Fundamentals?

Typically we would do this: [Introduction to web3 Wallets](../../../pages/fundamentals/wallets.mdx), but I get a 404 error, so I guess our Next.js config doesn't allow us to use this standard path, right?

It's not a deal breaker for this PR. I was just wondering how we can easily use links to bring the learner to other areas of the platform. Sometimes very handy.

Just so you know where I'm trying to put it in, here's a screenshot from TierNFT lesson's .mdx: trying to get path to web3 wallets lesson

elPiablo commented 3 months ago

@Markkos89 could you do a quick review of this? and regarding this:

This one is not a deal breaker, but it would be nice to know how do I do grab the path to this? Typically it would be: Introduction to web3 Wallets but it returns a 404 page error

is there an easy way to implement this path as a simple URL to grab this lesson from Fundamentals? or do we need to add it as a component? It's not super important btw.