/ENS-Marketplace

ENS Marketplace - one stop shop to register, buy and sell ENSDomains utilizing 0x protocol.

Primary LanguageJavaScript

GoMommy

ENS Marketplace - one stop shop to register, buy and sell ENSDomains utilizing 0x protocol. Demo video (no sound) - here Access the Marketplace (Use Rinkeby) - http://134.209.87.109:8080/#

Architecture

In order to sell domain, user converts the ENSDomain to ENSToken (ERC721). After that user creates order to sell ENSToken for specified price. After customer buys ENSToken, he can burn it and receive ENSDomain ownership.

Project setup

Install dependencies

npm install

Compiles and deploy the staging application

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint