项目作者: SapienNetwork

项目描述 :
[OLD] Sapien's Crowdsale contracts
高级语言: JavaScript
项目地址: git://github.com/SapienNetwork/Sapien-Presale.git
创建时间: 2017-12-14T00:39:00Z
项目社区:https://github.com/SapienNetwork/Sapien-Presale

开源协议:

下载


sapienico

Build Status

Information

This repository contains smart contracts that Sapien.me will use for the presale and ICO and to manage the SPN token utility.

Setup

  1. npm install
  2. npm run eth_install

Deploying

  1. ganache-cli -l 10000000 testrpc
  2. truffle compile
  3. truffle migrate

Testing

  1. truffle test

Keep in mind that some tests have special cases where you need to modify the smart contract code in order to let the tests pass.