Skip to content

Instantly share code, notes, and snippets.

View pkrasam's full-sized avatar
🖖
I may be slow to respond.

pk pkrasam

🖖
I may be slow to respond.
View GitHub Profile
@pkrasam
pkrasam / Tutorial_Contribution_Polkadot_Staking_Westend.md
Last active June 5, 2021 04:39 — forked from yash-sharma1/Tutorial_Contribution_Description_Template.md
This Gist is a basic template for those who're interested in writing tutorials for Figment Learn. At the time of filling the form for writing tutorials applicants need to submit a link to their Gist file which contains initial details of the tutorial. On the basis of the details provided in Gist, we'll review the application for tutorial contrib…

How to setup a full node and run a validator in the Polkadot ecosystem - Westend testnet (relaychain)

Overview of the Tutorial

The plan here is to help anyone who is keen to setup a full node and run a validator in the Polkadot ecosystem. Here our focus will be the Westend testnet. By going through this tutorial, the learnings, experience, and skills one gains are transportable to other test and live networks in the Polkadot ecosystem. Who knows, one day, you might be running a validator in Kusama, Polkadot relaychains. And continue on to run a collatar in Acala parachain.

@pkrasam
pkrasam / status.sh
Created December 19, 2019 12:01 — forked from dennisreimann/status.sh
BTC/LND Status Shell
#!/bin/sh
# by dennisreimann
# most of this is taken from Stadicus:
# https://stadicus.github.io/RaspiBolt/raspibolt_61_system-overview.html
# set colors
color_red='\033[0;31m'
color_green='\033[0;32m'
color_yellow='\033[0;33m'
color_blue='\033[0;34m'