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.
GNU General Public License v3.0
243 stars 40 forks source link

Too much errors while compiling #17

Closed alansoliditydev closed 3 years ago

alansoliditydev commented 5 years ago

Hi guys,

I cannot compile the smart contracts due to the errors. Anyone has solutions pls :( image

DOkwufulueze commented 5 years ago

Hey, @TranDinhKhang Sorry about the errors in compilation. But this issue is related to this and our response is here.

Again, this is due to the Solidity version eth-vue runs on. We hoped to upgrade the version but we've not had the time yet. We'll consider doing this sooner and get back to you once done.

While we plan on upgrading, you can run this truffle box on Solidity v0.4.18 or raise a PR with the upgraded version and we'll merge.

Please bear with us.

DOkwufulueze commented 5 years ago

@TranDinhKhang

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

DOkwufulueze commented 3 years ago

Closing as this is resolved.