npm.io
2.1.0 • Published 2 years ago

@decentraweb/toolkit

Licence
ISC
Version
2.1.0
Deps
6
Size
77 kB
Vulns
3
Weekly
0
Stars
8
DeprecatedThis package is deprecated

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