Decentraweb Packages - v1.0.0

Decentraweb DNS resolver service & DNS management libraries

This Lerna monorepo is home to Decentraweb JS libraries. It contains:

  • @decentraweb/core - core library to interact with Decentraweb smart contracts
  • @decentraweb/namekit - library to read data for DWEB, ENS and classic domains
  • @decentraweb/cli - Command-line tool for interacting with Decentraweb smart contracts
  • @decentraweb/resolver - DNS resolver server that support domain name resolution for DWEB, ENS and classic domains
  • @decentraweb/http-gateway - a HTTP/S gateway service that supports DWEB DNS records and is used by dwebs.to

Note: If you are an application developer, you should install @decentraweb/core and @decentraweb/namekit libraries from the npm registry. This repository is used for development of these libraries.

Setup

This will setup all subprojects.

npm install
npm run build

Generated using TypeDoc