Skip to content
This repository has been archived by the owner on Aug 31, 2020. It is now read-only.

wslyvh/ctor

Repository files navigation

Ctor

Build Status codecov NPM NPM NPM

Overview

A smart contract management toolkit.

Installation

Install the NPM package globally.

$ npm install ctor-ui -g

Quickstart

Follow the Truffle documentation for the basics of a Truffle project and deploying your first smart contract. https://www.truffleframework.com/docs/truffle/quickstart

Usage

Ctor is configured with default settings to run out of the box (see Quickstart).

ctor [-p port] [-b build_dir] [-h host]

Options

command flag description default
version -v show package version -
port -p port to serve Ctor from 5500
build_dir -b truffle build directory ./build/contracts/
host -h rpc server url http://localhost:7545/
networkId -i network id 5777

Github Project structure

Feedback

We really appreciate and value contributions. All bugs, feature requests, pull requests, feedback, etc., are welcome. Feel free to post them here.

License

Ctor is released under the Apache License 2.0. See LICENSE.