Skip to content
This repository has been archived by the owner on May 8, 2019. It is now read-only.

EduScience platform based on the Ethereum blockchain

Notifications You must be signed in to change notification settings

HigyedArnold/Bachelor-Thesis

Repository files navigation

Sale account to be initialized with funds:

truffle console
EduScienceTokenSale.deployed().then(function(i) {tokenSale=i;});
EduScienceToken.deployed().then(function(i) {token = i;});
tokensAvailable = 75000000; admin = web3.eth.accounts[0];
token.transfer(tokenSale.address, tokensAvailable, {from: admin});
.exit

-> accounts[0] is the deployer of the contracts, gets all the allocated coins!

Test series:
QmdPSVsN9bcsAyZTJaKYPJBhjGswts7RhrcJife66sD9C2 -> Linked

bytes32 -> string/data over 32 characters are dropped in Solidity -> no security measures are needed for it.
Contracts were designed to check for overflow.

About

EduScience platform based on the Ethereum blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages