Skip to content

Instantly share code, notes, and snippets.

@shawntabrizi
Last active July 25, 2022 09:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save shawntabrizi/e251156a180ac7415ca1371ad6d83f30 to your computer and use it in GitHub Desktop.
Save shawntabrizi/e251156a180ac7415ca1371ad6d83f30 to your computer and use it in GitHub Desktop.
Sub 0.1 Workshop Setup Instructions

General Instructions

Most workshops at Sub0 will require that you have set up your computer to compile Substrate.

You can use this one-liner to do many of these steps for you automatically:

curl https://getsubstrate.io -sSf | bash -s -- --fast
Learn what this script does.

Note: If you want to see specifically what this script does just visit: https://getsubstrate.io

It will automatically install:

If you run into any errors, we have comprehensive step-by-step installation instructions here:

https://substrate.dev/docs/en/next/getting-started/

There are specific instructions below for each of the workshops throughout Sub0.1.

We recommend you follow these instructions in different working folders so that you do not cause conflicts or issues between different setups.

If you still have issues with this or any of the instructions below please send an email to:

Off-Chain Wokers Workshop

You will need to prepare your computer ahead of time to participate in the Off-Chain Workers Workshop.

Please follow the steps 1 and 2 of the instructions outlined here:

https://github.com/tomusdrw/sub0-offchain-workshop

1. Clone repo

git clone --depth 1 --branch td-sub0-offchain-workshop https://github.com/paritytech/substrate

2. Compile & run

cargo run -p node-template -- --dev -lruntime=trace

If you have any issues, please contact:

Staking and Validating Roundtable

There are no prerequisites to install to participate in this workshop!

We will use the Polkadot JS Apps to interact with the blockchain.

https://polkadot.js.org/apps/

If you have any issues or questions, message:

ink! Workshop

You will need to prepare your computer ahead of time to participate in the ink! workshop.

Run this script to set up your computer:

curl https://raw.githubusercontent.com/paritytech/scripts/workshop/get-substrate.sh -sSf | bash

Use this UI for deploying your smart contract:

https://riusricardo.github.io/apps/

If you run into any issues, please contact:

@ltfschoen
Copy link

The link for preparing for the Cumulus Workshop is wrong. It should be https://joshorndorff.github.io/cumulus-workshop/#/1-prep/1-shared

@shawntabrizi
Copy link
Author

Updated thanks!

@Muhammad-Altabba
Copy link

Muhammad-Altabba commented Dec 6, 2019

What is the starting time, end time and date of each workshop? (which of them is on the second date of the event?)
Thanks,

@jiayaoqijia
Copy link

What is the starting time, end time and date of each workshop? (which of them is on the second date of the event?)
Thanks,

You can find detailed information at https://sub0.parity.io/program. The workshops below are on the second day. Thanks.
Workshop: How to build your own Blockexplorer, 10:00 am
Workshop: Staking & Validating Roundtable, 11:30 am
Workshop: ink! 2:00 pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment