Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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