Vueth
Est:
2021
Tags:
[Vue.js, Web3, Tools, EVM]

Intro

When I started on my journey building in Web3, one thing I noticed was how all available libraries seemed to heavily depend on React. While I am comfortable building in react, I prefer Vue.js for my personal projects. Vueth (Vue-ETH) Is a library I created to make building Vue based Dapps even easier. Its a thin layer on top of ethers, and provides several convenient hooks such as useBalance and useToken which tracks the current balance of the user and maintains reactivity meaning dapps built in this way are always updated in realtime.