[DomRaider Dev Log] Auctions on the Ethereum LiveNet Blockchain
Dec 4, 2017 · 1 min read

Making auctions available on the Ethereum LiveNet blockchain through a Smart Contract may look easy. One could search on Google and figure out that Solidity example itself is about creating auctions on the blockchain (Solidity by Example — Solidity 0.4.19 documentation).
However, if the auction decision process is quite simple, difficulties are elsewhere.
Discover how DomRaider is striving to provide an easy-to-access auction system on the blockchain: read the full article.