1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-01 06:50:26 +02:00

Add viem library to blockchain roadmap (#5975) (#6009)

* Add viem library to blockchain roadmap (#5975)

* Update src/data/roadmaps/blockchain/content/109-dapps/108-client-libraries/index.md

---------

Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
This commit is contained in:
BANO
2024-07-02 14:12:10 +02:00
committed by GitHub
parent 64e71574d2
commit 96b8e109b1

View File

@@ -1,3 +1,7 @@
# Client libraries
You don't need to write every smart contract in your project from scratch. There are many open source smart contract libraries available that provide reusable building blocks for your project that can save you from having to reinvent the wheel.
Visit the following resources to learn more:
- [@official@Viem library with great TypeScript support](https://viem.sh)