Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,6 @@ In this tutorial, you've learned how to profile and analyze the test coverage of

[Hardhat]: https://hardhat.org/
[Solidity Coverage]: https://github.com/sc-forks/solidity-coverage
[Hardhat testing lesson]: https://docs.base.org/base-learn/docs/hardhat-testing/hardhat-testing-sbs
[Hardhat testing lesson]: https://docs.base.org/learn/hardhat/hardhat-testing/hardhat-testing-sbs
[Base Learn]: https://base.org/learn

2 changes: 1 addition & 1 deletion docs/learn/hardhat/hardhat-tools-and-testing/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ These guides assume that you're reasonably comfortable writing basic smart contr

We also assume that you've got Hardhat up and running, and can write unit tests for your smart contracts. If you're not there yet, but already know Solidity, you can [setup Hardhat here].

[setup Hardhat here]: https://docs.base.org/base-learn/docs/hardhat-setup-overview/hardhat-setup-overview-sbs
[setup Hardhat here]: https://docs.base.org/learn/hardhat/hardhat-setup-overview/hardhat-setup-overview-sbs
[Hardhat plugins]: https://hardhat.org/hardhat-runner/plugins
[Base Learn]: https://base.org/learn
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ contract FEWeightedVoting is ERC20 {
[Wallet Connectors]: ../frontend-setup/wallet-connectors/
[`useAccount`]: https://wagmi.sh/react/hooks/useAccount
[hydration error]: https://nextjs.org/docs/messages/react-hydration-error
[ERC 20 Tokens Exercise]: https://docs.base.org/base-learn/docs/erc-20-token/erc-20-exercise
[ERC 20 Tokens Exercise]: https://docs.base.org/learn/token-development/erc-20-token/erc-20-exercise
[Sepolia BaseScan]: https://sepolia.basescan.org/
[`useAccount` hook]: ./useAccount
[Hardhat]: https://hardhat.org/
Expand Down
2 changes: 1 addition & 1 deletion docs/learn/token-development/nft-guides/signature-mint.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ const data = encodeFunctionData({
In this tutorial, you've learned how to create a signature mint, which allows you to set conditions on a backend before a user is allowed to mint your NFT. You've learned the detailed and specific steps needed to align [viem]'s method of signing messages with [OpenZeppelin]'s method of verifying them. Finally, you've learned a few of the risks and considerations needed in designing this type of mint.

[Base Learn]: https://base.org/learn
[ERC-721 Tokens]: https://docs.base.org/base-learn/docs/erc-721-token/erc-721-standard-video
[ERC-721 Tokens]: https://docs.base.org/learn/token-development/erc-721-token/erc-721-standard-video
[Vercel]: https://vercel.com
[deploying with Vercel]: /tutorials/farcaster-frames-deploy-to-vercel
[OpenZeppelin ERC-721]: https://docs.openzeppelin.com/contracts/2.x/api/token/erc721
Expand Down