Skip to content
Iuri Matias edited this page Jun 21, 2015 · 7 revisions

config/blockchain.yml

config/contracts.yml

Allows you define gas costs and constructor arguments for each contract, and per environment. When a contract has no gas costs defined here, it will use the defaults set at config/blockchain.yml

options:

  • ContractName
    • args: list of arguments for the contract constructor
    • gas_limit: gas to be used by the contract
    • gas_price: gas price to be used by the contract

config/server.yml

To configure the development webserver.

options

  • host: ip or hostname (default: localhost)
  • port: port of the server (default: 8000)
Clone this wiki locally