-
Notifications
You must be signed in to change notification settings - Fork 488
Configuration
Iuri Matias edited this page Jun 21, 2015
·
7 revisions
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
To configure the development webserver.
options
- host: ip or hostname (default: localhost)
- port: port of the server (default: 8000)