Giter Site home page Giter Site logo

omidasadpour / subsocial-parachain Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dappforce/subsocial-parachain

0.0 0.0 0.0 1.85 MB

The Subsocial parachain, built with the Substrate framework, provides the blockspace and social primitives needed to build a decentralized social graph.

Home Page: https://subsocial.network

License: GNU General Public License v3.0

Shell 0.77% Rust 98.53% Handlebars 0.59% Dockerfile 0.12%

subsocial-parachain's Introduction

Subsocial parachain node

The Subsocial parachain is our custom built Kusama blockchain, based on the Substrate framework.

Build

For Linux, FreeBSD, OpenBSD, and macOS:

git clone https://github.com/dappforce/subsocial-parachain
cd subsocial-parachain/
sh scripts/init.sh
cargo build --release

Run

Take into account that you need to build a binary as described in the previous step.

Simply run and join the network:

./target/release/subsocial-collator \
--name=your-node-name \
-- \
--execution=wasm \
--chain=kusama

Run as an archive node (store all blocks state):

./target/release/subsocial-collator \
--name=your-node-name \
--pruning=archive \
-- \
--execution=wasm \
--chain=kusama

Using docker

Official Docker Hub image of the Subsocial parachain: https://hub.docker.com/r/dappforce/subsocial-parachain

Simply run and join the network with docker:

docker run -d -v node-data:/data dappforce/subsocial-parachain:latest subsocial-collator \
--name=your-node-name \
-- \
--execution=wasm \
--chain=kusama

Run a local testnet using parachain-launch

Note:

  • You may need to build docker image if the one in registry is outdated.
  • To build latest docker image, compatible with parachain-launch, run exactly:
    docker build . -f docker/Dockerfile -t dappforce/subsocial-parachain:rococo

subsocial-parachain's People

Contributors

f3joule avatar siman avatar tarekkma avatar omidasadpour avatar bolajahmad avatar subsocialdev avatar

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.