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.toNote: 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.
This will setup all subprojects.
npm install
npm run build
Generated using TypeDoc