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 t...
Made in Nigeria is a Truffle Box that allows users to quickly build Ethereum decentralized applications (dApps) with authentication features using Vue 3. It provides configuration for easy deployment to the Ropsten Network and is Gravatar-enabled. With this Truffle Box, users can also connect to a running Ganache blockchain network for fast development and testing purposes. The authentication functionalities are handled by Smart Contracts running on the Ethereum blockchain.
To install the Made in Nigeria theme, follow these steps:
npm install -g truffle.yarn global add node-gyp. If there was a problem with an existing node-gyp, run node-gyp rebuild. Otherwise, ignore this step.cd eth-vue) and unbox the Made in Nigeria theme by running truffle unbox DOkwufulueze/eth-vue. Alternatively, you can clone the repository from GitHub and cd into the eth-vue directory.truffle.js file and insert your unlocked account within the double-quotes of the from key.src/util/constants.js file. If you want to change the default network from Ropsten, modify the value of APPROVED_NETWORK_ID to the ID of your preferred network. If your choice network is not on the NETWORKS list, you can add it using the existing pattern <networkId>: <networkName> and update the value of APPROVED_NETWORK_ID accordingly.npm install.Made in Nigeria is a Truffle Box that simplifies the process of building Ethereum dApps with authentication features using Vue 3. It provides configuration for deployment to the Ropsten Network and allows connection to a running Ganache blockchain network. With state management using Vuex, local storage of app state, and routing with Vue Router, developers can quickly start building their own dApps. The authentication functionalities are handled by Smart Contracts on the Ethereum blockchain.