@digix/cacp-contracts-dao
v1.0.10
Published
Contract Access Control
Keywords
Readme
Digix Contract Access Control Patterns
A sample module using truffle's fancy npm functionality.
npm install --save @digix/cacp-contractsThat's right, you can now add Solidity contracts to your project using NPM, and it knows which address to use in your project depending on the chain!
WARNING:
- function
is_contractand modifiersif_contract,unless_contractinACConditionswill not work correctly when called from the constructor of the contract itself. Please beware of this fact when using these functions.
TODO: Readme
