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:
https://dao-git-staging-joystream.vercel.app/#/settings?network-config=https://18.207.235.254.nip.io/network/config.json
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.