Pioneer https://dao-git-staging-joystream.vercel.app/?config=https://3.95.67.177.nip.io/network/config.json
RPC wss://18.207.235.254.nip.io/ws-rpc
Query Node https://18.207.235.254.nip.io/query-node/server/graphql

Chain spec:

chainspec-balances-raw.json

https://dao-git-staging-joystream.vercel.app/#/settings?network-config=https://18.207.235.254.nip.io/network/config.json

Setting up the staging network

Rent a non-expensive VPS server and ssh to it.

Clone the Joystream monorepo: git clone[<https://github.com/Joystream/joystream.git>](<https://github.com/Joystream/joystream.git>)

Execute two commands, one after another:

cd joystream && setup.sh
WASM_BUILD_TOOLCHAIN=nightly-2021-02-20 cargo +nightly-2021-02-20 build --release

๐ŸŒย ๐ŸŒย ๐ŸŒย ๐ŸŒย ๐ŸŒย These command take a while, so have patience. If no errors are produced and the commands finish successfully, proceed with next step.

cd target/release

In this folder, observe the file joystream-node, which is the main node binary compiled. This file is executable, and has many different functions.