@digix/cacp-contracts-dao
v1.0.10
Published
Contract Access Control
Downloads
40
Keywords
Readme
Digix Contract Access Control Patterns
A sample module using truffle's fancy npm functionality.
npm install --save @digix/cacp-contracts
That'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_contract
and modifiersif_contract
,unless_contract
inACConditions
will not work correctly when called from the constructor of the contract itself. Please beware of this fact when using these functions.
TODO: Readme