NameMarketplace - small Elixir showcase application

Hi everyone,
during Hack&Play session in Berlin on November 21 and 22,
Elixir SDK team decided to build NameMarketplace showcase application, built on top of aeternity blockchain, by using Aeternity Elixir SDK.

Name marketplace allows everyone who owns some name - list it for his own price and for everyone who is looking for some name to buy - name listing and buying functionality. We decided to build backend part only by using our SDK and Elixir language. The app acts as a middleman between sellers(currently) and buyers(in future).

Follow us here in order to get more news about our projects.

9 Likes

Hey, I also thought about that topic but didn’t have a deeper look into it up to now. But as you publish this it would be good to know whether it is currently already possible to build a marketplace without requiring a middleman.

Can this be done by using smart contracts to handle it? And the smart contract based marketplace needs to consider the TTL for the domains. Maybe a cleanup method when there is a sell-offer open and the TTL expired in the meantime.

1 Like

Hi @marco.chain, as far as I know this is possible to use smart contract as a middleman, and it is done by @noandrea during Hack&Play session in Berlin.

1 Like

@noandrea could you share this if you have a simple example for building a decentralized name marketplace? That would be nice :blush:

1 Like

here you go

3 Likes