send tx
This commit is contained in:
parent
270891b5fd
commit
04d7d5abf0
11 changed files with 265 additions and 574 deletions
20
js/config.js
20
js/config.js
|
|
@ -3,13 +3,13 @@
|
|||
var config = {
|
||||
networkName: 'testnet',
|
||||
network: {
|
||||
// key: 'lwjd5qra8257b9',
|
||||
// key: 'lwjd5qra8257b9',
|
||||
// This is for running local peerJs with params: ./peerjs -p 10009 -k 'sdfjhwefh'
|
||||
key: 'sdfjhwefh',
|
||||
host: '192.168.1.100',
|
||||
port: 10009,
|
||||
path: '/',
|
||||
maxPeers: 10,
|
||||
key: 'sdfjhwefh',
|
||||
host: 'localhost',
|
||||
port: 10009,
|
||||
path: '/',
|
||||
maxPeers: 3,
|
||||
debug: 3,
|
||||
},
|
||||
limits: {
|
||||
|
|
@ -23,12 +23,12 @@ var config = {
|
|||
verbose: 1,
|
||||
},
|
||||
blockchain: {
|
||||
host: 'test.insight.is',
|
||||
port: 80
|
||||
host: 'localhost',
|
||||
port: 3001
|
||||
},
|
||||
socket: {
|
||||
host: 'test.insight.is',
|
||||
port: 80
|
||||
host: 'localhost',
|
||||
port: 3001
|
||||
},
|
||||
verbose: 1,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue