viemuse
v0.0.2
Published
Collection of Vue Composition Utilities For Ethereum
Readme
ViemUse [WIP]
Collection of Vue Composition Utilities For Ethereum.
Features
- 🚀 Multiple composable functions for wallets, ENS, contracts, transactions, signing, etc
- 🕶 Based on Vue.js and viem
- ...
Install
Install ViemUse, including its dependencies Vue.js and viem.
# npm
npm i viemuse viem vue
# yarn
yarn add viemuse viem vue
# pnpm
pnpm add viemuse viem vue
# bun
bun add viemuse viem vueUsage
import { useBlockNumber } from 'viemuse'
export default {
setup() {
const { pending, blockNumber, getBlockNumber } = useBlockNumber()
return { pending, blockNumber, getBlockNumber }
}
}Documentation
Visit viemuse.org, refer to functions, documentation or examples for more details.
Project Activity
https://repobeats.axiom.co
Contribute
See the Contributing Guide
Authors
Thanks
This project is heavily inspired by the following awesome projects.
License
MIT License © 2023-PRESENT Caven
