Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/20scoops-cnx/solidity-boilerplate


https://github.com/20scoops-cnx/solidity-boilerplate

Last synced: about 11 hours ago
JSON representation

Awesome Lists containing this project

README

        

[![CircleCI](https://circleci.com/gh/20Scoops-CNX/solidity-boilerplate.svg?&style=shield&circle-token=8666909adc25e84ba7ba3eba54d0c82d141d554b)](https://circleci.com/gh/20Scoops-CNX/solidity-boilerplate)


Solidity Boilerplate Generator


solidity_logo

this project is boilerplate for solidity created with [yeoman](http://yeoman.io/).

## Usage

You need [yeoman](http://yeoman.io/) for scaffolding.

```
yarn global add yo
```

if you already have yeoman, install this project generator

```
yarn global add generator-solidity-boilerplate
```

That's all you need to install. When you want to create new project, just run

```
yo solidity-boilerplate
```

you will get our boilerplate soon, just wait a sec with your ☕

## Update boilerplate

first, run yo command

```
yo
```

select option _Update your generators_

## styleguide

[solidity styleguide](https://solidity.readthedocs.io/en/v0.4.24/style-guide.html)