Doug Petkanics
Doug Petkanics
Any item that adheres to the [Asset.sol](https://github.com/dob/auctionhouse/blob/master/contracts/Asset.sol) spec is auctionable, however we aren’t sure how to guarantee other than via social inspection and proof, that the underlying implementation of `owner()`...
I have to do a little more research, but I believe if you add the constant keyword to a function it makes it so that it can only be executed...
Right now AuctionHouse provides one protocol based incentive for marketing and bringing bidders to auctions: the distribution cut. What other incentives should exist for other roles in an auction ecosystem?...
ERC 721 (https://github.com/ethereum/EIPs/issues/721) is a standard for non-fungible assets. AuctionHouse should be updated to support assets which implement the spec rather than the Asset.sol example which AuctionHouse originally started out...
Right now testnet.etherscan.io is a couple hours behind syncing. Want to verify the new auctionhouse contract at address: https://testnet.etherscan.io/address/0x7ac337474ca82e0f324fbbe8493f175e0f681188
In a sealed bid auction, bids are collected but are not unsealed until a specified date. On a blockchain one way to do this might be to submit a hash...
People probably can't cancel an auction if the reserve price has already been hit. Maybe they can cancel it within the first hour or something no matter what, but after...
so make sure **you** that's safe too -> so make sure that's safe too.
The purpose of the demo page is to show developers how easy it is to build a Livepeer-enabled app. So the demo page itself should link to the Github repository....
Right now LivepeerDesktop is an electron app that is packaged for OS X with embedded ffmpeg and Livepeer node. We need to build this for windows. - Embed ffmpeg -...