Skip to content

SapienNetwork/Sapien-Presale

Repository files navigation

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

npm install
npm run eth_install

Deploying

ganache-cli -l 10000000 testrpc
truffle compile
truffle migrate

Testing

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.