smart-contract icon indicating copy to clipboard operation
smart-contract copied to clipboard

The Ethereum solidity smart contracts for the Slock.it project

Results 3 smart-contract issues
Sort by recently updated
recently updated
newest added

When I ran the test, I found that geth could not mine contract. ``` $ geth --dev --genesis genesis_block.json --datadir ./data console 2>> out.log.geth instance: Geth/v1.3.2/darwin/go1.5.1 datadir: data coinbase: 0xd2bfd41dfd7932d5daa46d26770b8685f3f6a556...

allowing a user to rent the slock for a fixed time period - [ ] `rent(uint startTime, uint length)` - [ ] `checkAvailibility(uint startTime, uint length)`

enhancement