Giter Site home page Giter Site logo

yihusitian / ethereum-wallet-by-electron-vue Goto Github PK

View Code? Open in Web Editor NEW

This project forked from anbang/ethereum-wallet-by-electron-vue

0.0 0.0 0.0 1.65 MB

一个通过Electron-vue写的以太坊钱包,支持Win、Mac、Linux运行,支持104种语言,本人已通过本程序完成转账,本程序无需像Mist那样同步节点数据到本机,源码已公开,欢迎Review和Start

JavaScript 38.00% CSS 5.65% HTML 0.81% Vue 55.55%

ethereum-wallet-by-electron-vue's Introduction

使用

  • electron (跨平台、使用版本V8.4.0)
  • vue (路由/SPA)
  • webpack (构建)
  • node/npm
  • lowdb (本地存储)

依赖

需要Geth,我用的是 ganache-cli 来模拟测试的;

https://github.com/trufflesuite/ganache-cli

启动步骤

geth --syncmode "fast" --rpc --rpccorsdomain "http://localhost:9080" --rpcapi personal,web3,eth,net

# install dependencies
-  npm install -g ganache-cli

# 命令行输入下面命令,并且保持运行状态;
-  ganache-cli

如果不启动,使用infura.io提供的接口

Build Setup

# cd

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

页面如下;

这个项目是打算简单的熟悉以太的逻辑后,再切到做CZR的项目的(CZR是我所在公司做的一个公链项目);

所以这个钱包中,货币的单位Eth,使用的是CZR(为了切换方便的,其实单位是以太),

后续的开发都在:CanonChain钱包�;

本项目实现功能:

  • 创建ETH地址
  • 导入ETH地址
    • 通过file文件导入地址
    • 通过私钥导入
  • 删除地址
  • 创建联系人
  • 删除联系人
  • 语言设置
  • 转账
  • 地址详情

ethereum-wallet-by-electron-vue's People

Contributors

anbang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.