Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruchevits/generator-doug
Yeoman generator to bootstrap a set of Solidity contracts following the DOUG paradigm
https://github.com/ruchevits/generator-doug
doug ethereum smart-contracts solidity yeoman-generator
Last synced: 26 days ago
JSON representation
Yeoman generator to bootstrap a set of Solidity contracts following the DOUG paradigm
- Host: GitHub
- URL: https://github.com/ruchevits/generator-doug
- Owner: ruchevits
- Created: 2017-02-07T16:15:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T16:15:52.000Z (almost 8 years ago)
- Last Synced: 2024-10-04T15:08:06.321Z (about 2 months ago)
- Topics: doug, ethereum, smart-contracts, solidity, yeoman-generator
- Language: JavaScript
- Size: 8.79 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Installation
First, install [Yeoman](http://yeoman.io) and generator-doug using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install -g yo
npm install -g generator-doug
```Then generate your new project:
```bash
yo doug
```## Generated structure
- src
- contracts
- keystore.sol
- framework
- child.sol
- entity.sol
- main.sol
- provider.sol
- libraries
- strings.sol
- utils
- owned.sol