a p2p solution for hosting files with Dat protocol (...more)
join our telegram or gitter chat
Before running the service part of the datdot, make sure you have datdot-substrate running first. After that, open a new tab in your CLI install and build the datdot service:
first run git clone https://github.com/playproject-io/datdot-service.git
after that run cd datdot-service
and then install the dependencies by running
npm install
To run the service, type node start
MIT