Author here. My friend and I have been doing some smart contract audits, and we wanted to build a fun contract ourselves. We remembered the Million Dollar Homepage from 12 years ago, and decided to reimagine what it would look like today _on the blockchain_.<p>Not an ICO, more of an experiment / art project.<p>We present, the Thousand Ether Homepage:
<a href="https://thousandetherhomepage.com/" rel="nofollow">https://thousandetherhomepage.com/</a><p>The smart contract itself: <a href="https://etherscan.io/address/0xb5fe93ccfec708145d6278b0c71ce60aa75ef925#code" rel="nofollow">https://etherscan.io/address/0xb5fe93ccfec708145d6278b0c71ce...</a><p>What’s cool about it:<p>- It’s immortalized on the Ethereum blockchain. As long Ethereum is around, your ad slot will be yours to do with it what you please. No need to rely on us to run the service indefinitely.<p>- There’s no email signups, no passwords, no credit cards.<p>- You buy ads by calling a method on the smart contract with the correct Ether value, and tada. All done from an Ethereum-enabled browser (like the MetaMask extension or Mist/Parity.<p>- Once you buy an ad, the DApp _knows_ who you are from the wallet integration and you can edit it without logging in explicitly.<p>---<p>All the code is open source, so check out the nitty gritties: <a href="https://github.com/thousandetherhomepage/" rel="nofollow">https://github.com/thousandetherhomepage/</a>