Coder Social home page Coder Social logo

kueiwallet's Introduction

kueiWallet

基于React-Native开发的离线HD钱包, 当前版本仅支持以太系.

kueiWallet

Description

kueiWallet是一款离线钱包, 支持

  • 助记词导入
  • 私钥导入
  • keystore导入
  • 资产发送(eth/erc20)
  • 自动识别Token
  • Token列表查询
  • 交易历史查询
├── android
├── app.json
├── application
│   ├── actions
│   ├── components   //可复用的组件
│   ├── config.js    //配置文件
│   ├── core         //异步api;本地存储/api调用等
│   ├── index.js    
│   ├── models       
│   ├── reducers
│   ├── router.js    //路由
│   ├── screens      //对应每屏的视图
│   ├── stores
│   ├── theme        //主题css
│   └── utils        //工具函数
├── assets           //资源文件,图片等
├── global.js        //覆盖全局缺失的Buffer/process变量,详情参考node-libs-browser;初始化一些全局工具
├── index.js
├── ios
├── package.json
├── Readme.md
├── rn-cli.config.js //详情参考node-libs-browser
├── wallet_libs      //以太工具集,含离线签名,HD地址管理,公私钥转换,rpc调用等
│   ├── core
│   ├── ethereum
│   ├── fast-crypto
│   ├── mnemonic
│   ├── thirdparty
│   ├── timeused
│   └── utils
└── yarn.lock

kueiWallet基于React-Native开发

  • 简洁的UI设计
  • 安全,关键数据使用用户密码加密存储
  • 私密,用户数据仅存在于设备本地,不上传服务器
  • 分布式,设备直接与节点通信,并可自定义节点配置
  • 跨平台,android/IOS共用一套代码
  • 代码开源

Requirements

kueiWallet基于React-Native,开发套件的版本有严格要求

  • react-native: 0.55.4
  • react-native-cli: 2.0.1
  • android-sdk 详细版本请参考package.json文件

Develop

git clone https://github.com/ChungkueiBlock/kueiWallet.git
cd kueiWallet
yarn install
react-native link
react-native run-android

如遇问题,可尝试:

rm -rf android ios
react-native eject
git reset --hard
react-native link
react-native run-android

kueiwallet's People

Contributors

straysh avatar

Stargazers

Jack avatar 心累 avatar  avatar Jackie Cheng avatar

Watchers

James Cloos avatar  avatar xiaoping avatar Eric Liu 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.