-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update tiernft testnet #228
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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: 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?
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: #227 (comment)
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 removing
rm 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