Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Latest commit

 

History

History

polydomains

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Polydomains

Polydomains is a distributed, open and extensible naming system using the Tezos blockchain.

Project Setup

Install dependencies

yarn install

Start Application

yarn start

NB: For node v17+ due to upgrade of openssl to v3.0.0. To start application run

NODE_OPTIONS=--openssl-legacy-provider yarn start