A smart contract that mirrors the functionality as ETHGlobal's staking contract
This project leverages the ethereum smart contract solidity language to be able to replicate the same functionalities eth global provides to hackers to be able to stake ethereum to be able to participate in the eth global hackathons. There are many functions such as getting the balance of the user, staking, unstacking, as well as checking the contract balance restricted by the deployer of the contract
This project leverages the ethereum smart contract solidity language and used remix to be able to test the functionality of the functions using injected web3 and the metamask wallet. It leverages the EVM as well as the rinkeby network to be able to make test function calls and contract deployments.