Skip to content

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"
       }
   }
}
Clone this wiki locally