The core protocol of WoopChain
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
woop/contracts
Rongjian Lan e8f4659d77 Add comments 6 years ago
..
DepositContract.sol Add basic stake and lock contract 6 years ago
Faucet.sol Make the first staking transaction working on the contract 6 years ago
README.md resolve comments and add readme 6 years ago
StakeLockContract.json Add abi file and the code to read it 6 years ago
StakeLockContract.sol Add comments 6 years ago

README.md

The smart contract files in this folder contains protocol-level smart contracts that are critical to the overall operation of Harmony protocol:

  • Faucet.sol is the smart contract to dispense free test tokens in our testnet.
  • StakeLockContract.sol is the staking smart contract that receives and locks stakes. The stakes are used for the POS and sharding protocol.