MyCrypto

MyCrypto is an open-source, client-side tool for generating ether wallets, handling ERC-20 tokens, and interacting with the blockchain more easily.

Github星跟踪图

MyCrypto Beta Web App

Build Status
Coverage Status

This repo stores both the beta and production versions of the MyCrypto codebase.

The default master branch represents the beta code hosted on beta.mycrypto.com

The legacy branch represents the production code hosted on mycrypto.com

Documentation can be found in our wiki

Development / Build Requirements

  • Node 12.14.1*
  • Yarn >= 1.19.1**
  • Python 2.7.X***

*Higher versions should work fine, but may cause inconsistencies.

**npm is NOT supported for package management. MyCrypto uses yarn.lock to ensure sub-dependency versions are pinned, so yarn is required to install node_modules

***Python 3 is not supported, since our dependencies use node-gyp.

***For users trying to build with WSL, you'll need to have install libpng via sudo apt-get install libpng16-dev.

Running the App

First, you must run yarn to grab all the dependencies. If you are ever having trouble with something, a good place to start is by trying rm -rf node_modules/ && yarn which will completely clear all your previously installs dependencies and re-install them from scratch.

Then, you can run various commands depending on what you want to do:

Development

# run app in dev mode in browser, rebuild on file changes
yarn start

A development server will be available on https://localhost:3000
If you're using Chrome, you will get a net::ERR_CERT_AUTHORITY_INVALID warning.
To disable it you can your settings in chrome: chrome://flags/#allow-insecure-localhost

# run app in dev mode in electron, rebuild on file changes
yarn dev:electron

Staging

# builds production app version used on mycryptobuilds.com 
yarn build:downloadable

主要指标

概览
名称与所有者MyCryptoHQ/MyCrypto
主编程语言TypeScript
编程语言JavaScript (语言数: 5)
平台
许可证MIT License
所有者活动
创建于2016-12-04 01:35:27
推送于2024-01-17 14:44:48
最后一次提交2022-07-12 11:03:46
发布数146
最新版本名称2.5.64 (发布于 2022-02-24 11:40:37)
第一版名称0.01 (发布于 )
用户参与
星数1.4k
关注者数88
派生数656
提交数5.5k
已启用问题?
问题数1155
打开的问题数33
拉请求数2633
打开的拉请求数29
关闭的拉请求数488
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?