Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/20scoops-cnx/solidity-boilerplate
https://github.com/20scoops-cnx/solidity-boilerplate
Last synced: about 11 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/20scoops-cnx/solidity-boilerplate
- Owner: 20Scoops-CNX
- Created: 2018-10-01T11:48:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T17:33:55.000Z (almost 2 years ago)
- Last Synced: 2024-05-20T21:51:27.888Z (6 months ago)
- Language: Solidity
- Size: 1.87 MB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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)
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)