Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
cd4a82d9
Commit
cd4a82d9
authored
Nov 10, 2016
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
warning message
parent
0e775a9c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
README.md
README.md
+1
-1
package.json
package.json
+4
-3
No files found.
README.md
View file @
cd4a82d9
...
@@ -11,7 +11,7 @@ Note that connecting to Geth does not work through https.
...
@@ -11,7 +11,7 @@ Note that connecting to Geth does not work through https.
You'll have to run your own node using the following parameters:
You'll have to run your own node using the following parameters:
*DO NOT DO THIS IF geth/eth STORES PRIVATE KEYS*
*DO NOT DO THIS IF geth/eth STORES PRIVATE KEYS*
External system might be able to access your node through the RPC server.
Using Geth:
Using Geth:
...
...
package.json
View file @
cd4a82d9
...
@@ -34,8 +34,8 @@
...
@@ -34,8 +34,8 @@
},
},
"scripts"
:
{
"scripts"
:
{
"start_node"
:
"./runNode.sh"
,
"start_node"
:
"./runNode.sh"
,
"start_eth"
:
"eth -j --rpccorsdomain '*'"
,
"start_eth"
:
"
npm run warning_message;
eth -j --rpccorsdomain '*'"
,
"start_geth"
:
"geth --rpc --rpcapi 'web3,eth,debug' --rpcport 8545 --rpccorsdomain '*'"
,
"start_geth"
:
"
npm run warning_message;
geth --rpc --rpcapi 'web3,eth,debug' --rpcport 8545 --rpccorsdomain '*'"
,
"build"
:
"mkdir build; browserify src/index.js -g yo-yoify -o build/app.js; babel --plugins babel-plugin-transform-es2015-template-literals,babel-plugin-transform-es2015-block-scoping build/app.js --out-file build/app.js"
,
"build"
:
"mkdir build; browserify src/index.js -g yo-yoify -o build/app.js; babel --plugins babel-plugin-transform-es2015-template-literals,babel-plugin-transform-es2015-block-scoping build/app.js --out-file build/app.js"
,
"test"
:
"standard && tape ./test/tests.js"
,
"test"
:
"standard && tape ./test/tests.js"
,
"serve"
:
"http-server ."
,
"serve"
:
"http-server ."
,
...
@@ -44,7 +44,8 @@
...
@@ -44,7 +44,8 @@
"nightwatch_remote_chrome"
:
"nightwatch --config nightwatch.js --env chrome"
,
"nightwatch_remote_chrome"
:
"nightwatch --config nightwatch.js --env chrome"
,
"nightwatch_remote_safari"
:
"nightwatch --config nightwatch.js --env safari"
,
"nightwatch_remote_safari"
:
"nightwatch --config nightwatch.js --env safari"
,
"nightwatch_remote_ie"
:
"nightwatch --config nightwatch.js --env ie"
,
"nightwatch_remote_ie"
:
"nightwatch --config nightwatch.js --env ie"
,
"nightwatch_remote_parallel"
:
"nightwatch --config nightwatch.js --env ie,safari,chrome,default"
"nightwatch_remote_parallel"
:
"nightwatch --config nightwatch.js --env ie,safari,chrome,default"
,
"warning_message"
:
"echo 'DO NOT DO THIS IF eth/geth STORES PRIVATE KEYS!! External system might be able to access your node through the RPC server.
\n\n
';"
},
},
"repository"
:
{
"repository"
:
{
"type"
:
"git"
,
"type"
:
"git"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment