项目作者: kseniya292

项目描述 :
mock smart contract project
高级语言: JavaScript
项目地址: git://github.com/kseniya292/family.git
创建时间: 2019-01-19T01:40:48Z
项目社区:https://github.com/kseniya292/family

开源协议:

下载


Family

About

This is an example of a simple factory in which a Parent contract deploys two children contracts within its constructor.

Run Tests

Install node modules:

  1. $ npm install

Run ganache:

  1. ganache-cli --gasLimit=8000029 --gasPrice=30000000000

Run tests:

  1. $ truffle test test/Contracts.test.js

DISCLAIMER: Contracts are not thoroughly tested or audited.