vue-web3 icon indicating copy to clipboard operation
vue-web3 copied to clipboard

🐙 Web3 blockchain bindings for Vue.js (inspired by Vuefire and Drizzle)

Results 1 vue-web3 issues
Sort by recently updated
recently updated
newest added

Hello! I'm getting the error below related to event bind. Error: vue-web3.esm.js?537a:1 Uncaught (in promise) TypeError: Cannot read property 'blockNumber' of undefined at Vue.eval (vue-web3.esm.js?537a:1) Relevant code: ``` var myContract;...