Skip to content

Commit

Permalink
Merge pull request #175 from HorizenOfficial/migration
Browse files Browse the repository at this point in the history
Release v2.1.1a
  • Loading branch information
cronicc authored Jul 25, 2020
2 parents 400a0d6 + 828acbf commit 1a696de
Show file tree
Hide file tree
Showing 13 changed files with 1,457 additions and 1,991 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[![Build Status](https://travis-ci.com/ZencashOfficial/myzenwallet.svg?branch=master)](https://travis-ci.com/ZencashOfficial/myzenwallet) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/zencashofficial/myzenwallet)](https://github.com/ZencashOfficial/myzenwallet/releases/latest) [![GitHub All Releases](https://img.shields.io/github/downloads/zencashofficial/myzenwallet/total)](https://github.com/ZencashOfficial/myzenwallet/releases/latest)
[![Build Status](https://travis-ci.com/HorizenOfficial/myzenwallet.svg?branch=master)](https://travis-ci.com/HorizenOfficial/myzenwallet) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/HorizenOfficial/myzenwallet)](https://github.com/HorizenOfficial/myzenwallet/releases/latest) [![GitHub All Releases](https://img.shields.io/github/downloads/zencashofficial/myzenwallet/total)](https://github.com/HorizenOfficial/myzenwallet/releases/latest)
# myzenwallet

MyZENWallet is a client-side browser-based wallet for Zen.

### Running locally
Download the latest release tarball [here](https://github.com/ZencashOfficial/myzenwallet/releases/latest), extract it, goto the `dist` folder and double click `index.html`
Download the latest release tarball [here](https://github.com/HorizenOfficial/myzenwallet/releases/latest), extract it, goto the `dist` folder and double click `index.html`

### Dev
```shell
Expand Down
2 changes: 1 addition & 1 deletion app/components/faq.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default class ZFaq extends React.Component {

<p>
<b>Q: Can I have the source code?</b><br/>
A: <a href="https://github.com/zencashofficial/myzenwallet">Here you go</a>
A: <a href="https://github.com/HorizenOfficial/myzenwallet">Here you go</a>
</p>

<p>
Expand Down
2 changes: 1 addition & 1 deletion app/components/footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default class ZFooter extends React.Component {
<a href="https://horizen.global/">website</a><br/>
<a href="https://blog.horizen.global/">blog</a><br/>
<a href="https://forum.horizen.global/">forum</a><br/>
<a href="https://github.com/ZencashOfficial/">github</a><br/>
<a href="https://github.com/HorizenOfficial/">github</a><br/>
<a href="https://discordapp.com/invite/Hu5mQxR">discord</a><br/>
</Col>
</Row>
Expand Down
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ yarn run build
mkdir .deploy
cd .deploy
git init
git remote add origin git@github.com:ZencashOfficial/myzenwallet.git
git remote add origin git@github.com:HorizenOfficial/myzenwallet.git

# Add built site files
cp -r ../dist/* .
Expand Down
2 changes: 1 addition & 1 deletion dist/js/faq.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/faq.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/guide.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/guide.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/index.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/js/index.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ object-assign
* @license MIT
*/

/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */

/** @license React v0.19.1
* scheduler.production.min.js
*
Expand Down
2 changes: 1 addition & 1 deletion dist/js/index.js.map

Large diffs are not rendered by default.

3,420 changes: 1,442 additions & 1,978 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "myzenwallet",
"version": "v2.1.0a",
"version": "v2.1.1a",
"description": "Secure ZEN wallet online",
"main": "index.js",
"repository": "https://github.com/ZencashOfficial/myzenwallet.git",
"repository": "https://github.com/HorizenOfficial/myzenwallet.git",
"author": "Horizen Infrastructure Team <infrastructure@horizen.global>",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 1a696de

Please sign in to comment.