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

https://github.com/raineorshine/generator-truffle-dapp

A generator for a truffle-based ethereum dapp.
https://github.com/raineorshine/generator-truffle-dapp

Last synced: 11 days ago
JSON representation

A generator for a truffle-based ethereum dapp.

Awesome Lists containing this project

README

          

A generator for a truffle-based ethereum dapp.

Using truffle v1.0.2.

## Usage

This is not in npm yet, so you will have to clone and link manually:

```sh
$ git clone https://github.com/raineorshine/generator-truffle-dapp
$ cd generator-truffle-dapp
$ npm link
```

*Created with [yogajs](http://yogajs.org): prompt-driven scaffolding for continuously evolving personal boilerplates.*