StarCoin is developed on Ethereum’s blockchain and conform to the ERC20 Token Standard.
Important notes:
- StarCoins will be sent automatically back to the wallet from which the funds have been sent.
- StarCoin transactions will be limited till ICO end to prevent trading before the ICO ends.
- During the pre-ICO ETH is accepted only from wallets compliant with ERC-20 token standard. (recommended to use: MyEtherWallet). Do not send ETH directly from cryptocurrency exchanges (Coinbase, Kraken, Poloniex etc.)!
- We'll send back all ETH in case of minimal cap is not collected.
- Install
docker
if you don't have it. - Clone this repo.
- Run
docker-compose build --no-cache
. - Run
docker-compose up -d
.
Wait a little (how long?)
- Install dependencies:
docker-compose exec workspace yarn
. - To run tests:
docker-compose exec workspace truffle test
. - To merge your contracts via sol-merger run:
docker-compose exec workspace yarn merge
. Merged contracts will appear inmerge
directory.