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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?