-
Notifications
You must be signed in to change notification settings - Fork 11
kaizen.json
Phyrex Tsai edited this page Dec 4, 2018
·
2 revisions
Example of kaizen.json
{
"name":"<Project Name>",
"type":"<Project Type>",
"issued":"<Project Issuer>",
"plugins":{
"ethereum":{
"build_output_path":"./build/smart_contracts",
"provider":"https://ropsten.infura.io/<Your Infura API Key>",
"network_id":3,
"private_key":"",
"develop_port":8545
},
"nkn": {},
"bluzelle":{
"ws":"ws://testnet.bluzelle.com:51010",
"uuid":"45498479β2447β47a6β8c36-efa5d251a283"
}
}
}