Split node config into separate recipes, support account creation
The account is automatically created and added to the list of accounts that are unlocked (can send without a password)
This commit is contained in:
27
site-cookbooks/kosmos-parity/recipes/node_testnet.rb
Normal file
27
site-cookbooks/kosmos-parity/recipes/node_testnet.rb
Normal file
@@ -0,0 +1,27 @@
|
||||
#
|
||||
# Cookbook Name:: kosmos-parity
|
||||
# Recipe:: node_testnet
|
||||
#
|
||||
# Copyright 2017, Kosmos
|
||||
#
|
||||
# All rights reserved - Do Not Redistribute
|
||||
#
|
||||
|
||||
parity_node "testnet" do
|
||||
config parity: {
|
||||
chain: "ropsten",
|
||||
},
|
||||
network: {
|
||||
port: 30304,
|
||||
},
|
||||
rpc: {
|
||||
port: 8546,
|
||||
},
|
||||
dapps: {
|
||||
port: 8091,
|
||||
},
|
||||
ui: {
|
||||
port: 8181,
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user