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

https://github.com/xpepermint/specron-example

Simple Specron framework with Travis integration
https://github.com/xpepermint/specron-example

ethereum example solc specron testing web3

Last synced: 6 months ago
JSON representation

Simple Specron framework with Travis integration

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/xpepermint/specron-example.svg?branch=master)](https://travis-ci.org/xpepermint/specron-example)

# Specron example

Install the CLI.

```
$ npm install -g @specron/cli web3@1.0.0-beta.36 solc
```

Create a project.

```
$ mkdir myproject
$ cd myproject
$ specron init
$ npm install
$ npm test
```

Happy coding.