- Name: Quant
- Symbol: SPACE
- Token amount: 2 000 000 000
- Decimals: 18
- Burnable: yes, only by the owner
SPACE token is developed on Ethereum’s blockchain and conform to the ERC20 Token Standard.
Important notes:
- SPACE tokens will be sent automatically back to the wallet from which the funds have been sent.
- SPACE tokens 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.
The best way to get an idea how to deploy this contracts is to look at migrations
folder
- Install
docker
if you don't have it. - Clone this repo.
- Run
docker-compose build --no-cache
. - Run
docker-compose up -d
. You should wait a bit until Oraclize ethereum-bridge initialize. Wait forPlease add this line to your contract constructor: OAR = OraclizeAddrResolverI(0x6f485C8BF6fc43eA212E93BBF8ce046C7f1cb475);
message to appear. To check for it rundocker logs ico_oracle_1
. - 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.