Your browser doesn't support the features required by impress.js, so you are presented with a simplified version of this presentation.
For the best experience please use the latest Firefox browser.
https://bit.ly/2pmVyls
sudo apt install cmake pkg-config libssl-dev git clang libclang-devbrew install cmake pkg-config openssl git llvmcurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shgit clone https://github.com/substrate-developer-hub/substrate-node-templatecd substratescripts/init.shcargo build --releaseIn the meantime, let's talk about how blockchain works.
Problem: Social coordination
Solution:
Share your addresses, and REMEMBER YOUR PHRASES!
Download the chainspec file.
./target/release/node-template \
--chain=customSpecRaw.json \
--validator \
--name YOURNAME \
--telemetry-url ws://telemetry.polkadot.io:1024
Apps > Toolbox > RPC Calls > author > insertKey
cargo build --release
cargo build --releaseUpgrade same as before
No special interface this time
Proof of Existence == Timestamped Notary Service
Certify any file Trustlessly
Roughly following this tutorial
Lots more to learn at substrate.dev
