johncoffee / truffle-multisig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This code base has NOT be reviewed by security experts and MUST therefore NOT be used, unless you are the security expert or l33t h4x0r.

Usage

Use NodeJS to node dist/cli.js - you might need to [install dependencies](#Installation and dependencies).

See a tutorial of doing a two-party contract in the docs.

Installation and dependencies

  1. We'll need NodeJS and npm
  2. Install the Truffle framework, and Ganache test-blockchain npm install -g ganache truffle (access to a local or remote Ethereum node is not required)
  3. Download this codebase, and do a npm install

Two sets of tools

There are two packages in this repo: The Truffle setup with unit tests, and the cli tool.

They have slightly different TypeScript configurations - note the two tsconfig.json in src/ and ethereum/.

Windows support

Yes. Please use cmder as terminal emulator.

About

License:MIT License


Languages

Language:TypeScript 90.1%Language:JavaScript 9.9%