GithubHelp home page GithubHelp logo

hexagon / decene-spawn Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 60 KB

Standalone spawn point for decene decentralised p2p network.

License: MIT License

JavaScript 86.21% Dockerfile 6.17% Shell 7.62%

decene-spawn's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.