https://github.com/SapienNetwork/Sapien-Presale
[OLD] Sapien's Crowdsale contracts
https://github.com/SapienNetwork/Sapien-Presale
ethereum ethereum-contract ico initial-coin-offering sapien social-media social-network
Last synced: about 2 months ago
JSON representation
[OLD] Sapien's Crowdsale contracts
- Host: GitHub
- URL: https://github.com/SapienNetwork/Sapien-Presale
- Owner: SapienNetwork
- Created: 2017-12-14T00:39:00.000Z (over 7 years ago)
- Default Branch: sapien-upgrades
- Last Pushed: 2017-12-26T20:00:15.000Z (over 7 years ago)
- Last Synced: 2024-11-06T13:00:00.727Z (7 months ago)
- Topics: ethereum, ethereum-contract, ico, initial-coin-offering, sapien, social-media, social-network
- Language: JavaScript
- Homepage: https://www.sapien.network
- Size: 168 KB
- Stars: 12
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sapienico
[](https://travis-ci.com/eshohet/sapien-contracts)
## InformationThis repository contains smart contracts that Sapien.me will use for the presale and ICO and to manage the SPN token utility.
## Setup
```bash
npm install
npm run eth_install
```
## Deploying
```bash
ganache-cli -l 10000000 testrpc
truffle compile
truffle migrate
```## Testing
```bash
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.