This repository contains smart contracts that Sapien.me will use for the presale and ICO and to manage the SPN token utility.
npm install
npm run eth_install
ganache-cli -l 10000000 testrpc
truffle compile
truffle migrate
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.