This repository contains a Node.js instantiation of a Decentralized Web Node (DWN) as per the specification. It uses the JavaScript implementation of the DWN as its core engine.
-
clone this repo somewhere
git clone https://github.com/TBD54566975/dwn-js.git
-
install dependencies
npm i
-
build
npm run build
-
start the DWN
npm start
-
DWN now accepts requests on port 3000
-
clone this repo somewhere
git clone https://github.com/TBD54566975/dwn-js.git cd dwn-js
-
build image & run docker container
make run
-
profit? 💰
- DWN now accepts requests on port 3000