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
- Host: GitHub
- URL: https://github.com/xpepermint/specron-example
- Owner: xpepermint
- Created: 2018-12-06T06:35:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T05:22:11.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T00:43:57.589Z (10 months ago)
- Topics: ethereum, example, solc, specron, testing, web3
- Language: TypeScript
- Homepage: https://specron.github.io/framework/
- Size: 248 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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.