0.1.8-beta • Published 5 years ago

ctor-ui v0.1.8-beta

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
5 years ago

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

commandflagdescriptiondefault
version-vshow package version-
port-pport to serve Ctor from5500
build_dir-btruffle build directory./build/contracts/
host-hrpc server urlhttp://localhost:7545/
networkId-inetwork id5777

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.