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

GNU GPL-3.0

alerdenisov opened this issue · comments

Why not MIT/Apache? I couldn't release whole code of my dApp as open source and as result couldn't use your box at all.

Which part of repository covered with GPL? If I will use only webpack build files could I use MIT?

Hi, @alerdenisov.

I believe you can release your dApp under any GPL-3.0 compatible licence. And for Webpack build files, since they're webpack sources, I believe you should be able to use MIT.