Skip to content

Commit

Permalink
fix: missing links
Browse files Browse the repository at this point in the history
  • Loading branch information
nhussein11 committed Feb 20, 2025
1 parent 2c50854 commit 2951fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develop/smart-contracts/libraries/viem.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ npm run interact

Now that you have the foundation for using Viem with Asset Hub, consider exploring:

- **Advanced Viem features** - such as multi call, batch transactions, and custom actions
- **Advanced Viem features** - such as [multi call](https://viem.sh/docs/contract/multicall#multicall){target=\_blank}, [batch transactions](https://viem.sh/docs/clients/transports/http#batch-json-rpc){target=\_blank}, and [custom actions](https://viem.sh/docs/clients/custom#extending-with-actions-or-configuration){target=\_blank}
- **Test frameworks** - integrate with tools like [Hardhat](https://hardhat.org/){target=\_blank} or [Foundry](https://book.getfoundry.sh/){target=\_blank} for comprehensive testing
- **Event handling** - subscribe to and process contract events
- **Building dApps** - combine Viem with frameworks like [`Next.js`](https://nextjs.org/docs){target=\_blank} or [`Node.js`](https://nodejs.org/en){target=\_blank} for full-stack applications

0 comments on commit 2951fcc

Please sign in to comment.