Skip to content

Commit 3bfa2df

Browse files
committed
use patched ps-node pending neekey/ps#7
1 parent a729a9f commit 3bfa2df

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.npm/plugin/embark/npm-shrinkwrap.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Happy Dapp Developing!
7979

8080
## What does it do?
8181

82-
* Automatically starts a blockchain process in the background for development (with a random networkId) if there isn't one running already (NOTE: this does't work at the moment due to https://github.com/neekey/ps/issues/7)
82+
* Automatically starts a blockchain process in the background for development (with a random networkId) or uses an external chain if there isn't one running already
8383
* Uses `embark deploy` on all `.sol` and `.se` files in your project, and re-deploys them if they need to be. This also creates javascript `web3` ABI files that can be used to interact with the contacts for both client and/or server depending on where you place the contracts in your project (in 'the meteor way'). Each contract becomes a global object (just like embark).
8484
* Creates a connection using `web3` via RCP to the blockchain process in both clients and on the server when your meteor app starts (only if contracts exist on that platform).
8585

package.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
summary: "Streamlined Ethereum Integration",
3-
version: "0.6.2",
3+
version: "0.6.3",
44
name: "hitchcott:embark",
55
git: "https://github.com/hitchcott/meteor-embark.git"
66
});
@@ -17,7 +17,7 @@ Package.registerBuildPlugin({
1717
],
1818
npmDependencies: {
1919
'embark-framework': '1.0.2',
20-
'ps-node': '0.0.5',
20+
'ps-node': 'https://github.com/hitchcott/ps/archive/2ace1d34a77a12c62dcc4aee597d93b1a28468b4.tar.gz',
2121
'intercept-stdout': '0.1.2'
2222
}
2323
});

0 commit comments

Comments
 (0)