generator-doug
v1.0.0
Published
Yeoman generator to bootstrap a set of Solidity contracts following the DOUG paradigm
Downloads
5
Maintainers
Readme
Installation
First, install Yeoman and generator-doug using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-doug
Then generate your new project:
yo doug
Generated structure
- src
- contracts
- keystore.sol
- framework
- child.sol
- entity.sol
- main.sol
- provider.sol
- libraries
- strings.sol
- utils
- owned.sol
- contracts