
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.
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.

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.