Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
Updating git repositories to etheruemproject namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity committed Aug 1, 2016
1 parent 956704b commit 2f56d7c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "dapp-styles"]
path = interface/public/dapp-styles
url = git://github.com/ethereum/dapp-styles.git
url = git://github.com/ethereumproject/dapp-styles.git
8 changes: 4 additions & 4 deletions Wallet-README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,21 @@ The nodes data is stored at:
## Issues

If you find issues or have suggestion, please report them at
https://github.com/ethereum/meteor-dapp-wallet/issues
https://github.com/ethereumproject/meteor-dapp-wallet/issues



## Repository

The wallet code can be found at
https://github.com/ethereum/meteor-dapp-wallet
https://github.com/ethereumproject/meteor-dapp-wallet

And the binary application code, which wraps the wallet app can be found at
https://github.com/ethereum/mist/tree/wallet
https://github.com/ethereumproject/mist/tree/wallet



## Bundling the wallet

To bundle the binaries yourself follow the instructions on the mist#wallet readme
https://github.com/ethereum/mist/tree/wallet#deployment
https://github.com/ethereumproject/mist/tree/wallet#deployment
3 changes: 0 additions & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ var createNewFileName = function(os) {
return './dist_'+ type +'/'+ filenameUppercase +'-'+ newOs + '-'+ version.replace(/\./g,'-');
};



/// --------------------------------------------------------------

// TASKS
Expand All @@ -118,7 +116,6 @@ gulp.task('set-variables-wallet', function () {
applicationName = 'Ethereum Wallet';
});


gulp.task('clean:dist', function (cb) {
return del([
'./dist_'+ type +'/**/*',
Expand Down
2 changes: 1 addition & 1 deletion interface/i18n/mist.zh.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"runningNodeFound": "发现正在运行的以太坊节点!",
"startingNode": "正在开启以太坊节点……",
"startedNode": "正在启动应用程序……",
"nodeConnectionTimeout": "无法开启以太坊节点!<br><small>如果你已经<a href='https://www.ethereum.org/cli#geth' class='button' target='_blank'>安装Geth</a>,使用此命令运行: <br> <code>geth --ipcpath __path__</code></small><br> <small><a href='https://github.com/ethereum/mist/issues' class='button' target='_blank'> 或者上报此问题 </a></small>",
"nodeConnectionTimeout": "无法开启以太坊节点!<br><small>如果你已经<a href='https://www.ethereum.org/cli#geth' class='button' target='_blank'>安装Geth</a>,使用此命令运行: <br> <code>geth --ipcpath __path__</code></small><br> <small><a href='https://github.com/ethereumproject/mist/issues' class='button' target='_blank'> 或者上报此问题 </a></small>",
"nodeBinaryNotFound": "找不到以太坊节点安装文件!<br><small> <a href='https://www.ethereum.org/cli#geth' class='button' target='_blank'> 请事先手动开启一个节点 </a> </small>",
"nodeSyncing": "需要同步以太坊节点,请等待……",
"nodeSyncInfo": "正在下载第__displayBlock__块,共__highestBlock__。",
Expand Down

0 comments on commit 2f56d7c

Please sign in to comment.