DOkwufulueze / eth-vue

Featured in Awesome Vue [https://github.com/vuejs/awesome-vue], a curated list maintained by vuejs of awesome things related to the Vue.js framework, and Awesome List [https://awesomelists.net/150-Vue.js/3863-Open+Source/18749-DOkwufulueze-eth-vue], this Truffle Box provides everything you need to quickly build Ethereum dApps that have authentication features with vue, including configuration for easy deployment to the Ropsten Network. It's also Gravatar-enabled. Connecting to a running Ganache blockchain network from Truffle is also possible -- for fast development and testing purposes. Built on Truffle 5 and Vue 3, eth-vue uses vuex for state management, vuex-persist for local storage of app state, and vue-router for routing. Authentication functionalities are handled by Smart Contracts running on the Ethereum blockchain.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UnhandledPromiseRejectionWarning

yongloon opened this issue · comments

Hello, I faced this error when entering "truffle compile" in the terminal.

screen shot 2018-09-01 at 11 29 36 pm

Hi, @nyl9488
Apologies for the late reply.

While we'll handle all promise rejections in the next update, I'll like to point out that issues folks face when compiling eth-vue are due to Solidity versions incompatibility. We were supposed to have upgraded the eth-vue version some weeks ago, but we've been unable to so far due to some very pressing reasons.
Please bear with us. We'll upgrade and report back to you and other Devs that have faced this same issue.

But for now you can use Solidity v0.4.18 to compile your dApp and you should have no problem.

Hey, @nyl9488

eth-vue upgrades have begun and things seem good now.
There's a conversation going on here about this. Here's one of my comments.

Closing as this issue resolved in recent updates.