Skip to content

Standalone spawn point for decene decentralised p2p network.

License

Notifications You must be signed in to change notification settings

Hexagon/decene-spawn

Repository files navigation

Work in progress

For real.

Development setup

Install node.js lts

clone this repo

enter folder

npm install

Start node 1 with new identity

node index.js --init --port 47474

Run using docker

Autmatically

Make sure docker is installed. Review content of scripts/start-or-update-container.sh

Then run

chmod +x ./scripts/start-or-update-container.sh
./scripts/start-or-update-container.sh

Manually

  1. Clone this repo, enter directory

  2. Install npm dependencies npm install

  3. Build docker image docker build . --tag="hexagon/decene"

  4. Run docker container docker run -d --restart=always -p 47474:47474 --name decene hexagon/decene

  5. Make sure port 47474 is open to internet, if you want to run a public spawn

About

Standalone spawn point for decene decentralised p2p network.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published