Closed elPiablo closed 6 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 |
Running Lighthouse audit...
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:
@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.
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
scripts/
where simple automation scripts go"rm contracts/*.sol
rm test/*.js
by removingrm scripts/*.js
as it doesn't come with the build anymorescripts/deploy.js
dir and filehardhat.config.js
with new RPC details: https://polygon.technology/blog/polygon-pos-and-polygon-zkevm-new-testnets-for-polygon-protocols for Amoy Testnet[Introduction to web3 Wallets](../../../pages/fundamentals/wallets.mdx)
but it returns a 404 page error ..npx hardhat run scripts/deploy.js --network amoy
deploy
terminal outputnpx hardhat run scripts/mint.js --network amoy
mint
terminal output