# vue-web3 **Repository Path**: jjhoc/vue-web3 ## Basic Information - **Project Name**: vue-web3 - **Description**: the vue wrapper for web3 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue web3 wallet

This project was generated with [vue-cli](https://github.com/vuejs/vue-cli) version 3.2.1 An Vue [ganache](https://github.com/trufflesuite/ganache-cli) starter wallet. Send transactions between addresses on a local blockchain RPC server. # Demo Send transactions between ganache-cli accounts ![](screenshot.gif) # Project setup ### Install ganache-cli ``` npm install -g ganache-cli ``` ### Start ganache-cli ``` ganache-cli -p 7545 ``` ### Install dependencies ``` npm install ``` ### Start dev server ``` npm run serve ```