Skip to content

impleum/blockcore-dwn

 
 

Repository files navigation

Decentralized Web Node (DWN) in Node.js

Introduction

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.

Installation Steps

  • 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

Running using docker

  • 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

About

Blockcore Decentralized Web Node

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.9%
  • Makefile 13.1%