[TUTORIAL] Build a proof of existence blockchain in 30 minutes

Channel:
Subscribers:
5,190
Published on ● Video Link: https://www.youtube.com/watch?v=FBPKgkC9RCo



Category:
Tutorial
Duration: 21:36
5,897 views
191


In this video, we'll create, test, & deploy a proof of existence chain in 30 minutes by using the Substrate blockchain framework. By the end, you’ll:

- Release a blockchain into the wild
- Run a node for it
- Interact with your logic using a simple UI

The only requirements are a basic understanding of smart contract development.

Code along at the Substrate Playground: https://playground.substrate.dev/


Questions? Ask in the Substrate Technical chat on Riot: https://riot.im/app/#/room/!HzySYSaIhtyWrwiwEV:matrix.org


CORRECTION: Decl_storage
In the video we explain the storage access prefix is the Module name, which is only sometimes the case. In the specific context of how it is used, it determines the "storage prefix" where your modules storage items are so its name can actually be different than your module.

Basically you can’t always access a storage with ModuleName::StorageItem.

However, you CAN always access it using my_pallet_crate::StorageItem.


CREDITS:
Video by Nicole Zhu. Based on the tutorial by Shawn Tabrizi: https://substrate.dev/docs/en/next/tutorials/build-a-dapp/prepare#about-proof-of-existence. Substrate Playground created by Julien Eluard.

Substrate is created by Parity Technologies. Learn more about Substrate at https://substrate.dev.

⎼⎼⎼⎼⎼⎼⎼

→ For more videos on blockchain development and building Web 3.0,
subscribe to the channel: https://www.youtube.com/channel/UCSs5vZi0U7qHLkUjF3QnaWg?sub_confirmation=1

→ Website: https://www.parity.io/

→ To stay informed about Parity updates and events,
subscribe to the newsletter: https://www.parity.io/newsletter/

→ Follow us on Twitter (@ParityTech): https://twitter.com/ParityTech

→ Check our code on GitHub: https://github.com/paritytech/

→ Drop in the Riot chat to ask technical questions: https://riot.im/app/#/room/#watercooler:matrix.parity.io




Other Videos By Parity Tech


2020-05-06Substrate Execute Block Code Walkthrough with Joe Petrowski and Shawn Tabrizi
2020-05-06Substrate Transaction Queue Code Walkthrough with Joe Petrowski and Tomasz Drwięga
2020-04-23The Present and Future of Building Blockchains with Substrate
2020-04-22Building a UTXO chain from scratch | Substrate Seminar
2020-04-22Customize your Substrate chain CLI using StructOpt | Substrate Seminar
2020-04-16Substrate Social Recovery Pallet Code Walkthrough with Joe Petrowski and Shawn Tabrizi
2020-04-07Implement an uncollateralized stablecoin and storage adapters | Substrate Seminar
2020-04-07Manual seal and instant seal | Substrate Seminar
2020-03-27The EVM Pallet and Purestake's Moonbeam | Substrate Seminar | Archives
2020-03-25Intro to Substrate Off-Chain Workers with Joe Petrowski and Tomasz Drwięga
2020-03-20[TUTORIAL] Build a proof of existence blockchain in 30 minutes
2020-03-11PolkaHub and Totem Live | Substrate Seminar | Archives
2020-03-11Polkadot validator node setup with Joe Petrowski and Will Pankiewicz
2020-03-09VuePolkadot, CLE Coin, Staking Demo | Substrate Seminar | Archives
2020-03-01Solving the NPoS problem with Phragmen | Substrate Seminar | Archives
2020-02-28Built with Substrate: What it's like building on Substrate blockchain framework
2020-02-11Substrate Recovery Pallet - Shawn Tabrizi
2020-02-11Substrate Off-chain Workers - Tomasz Drwięga
2020-02-06Sub0.1: Gavin Wood presents Polkadot's cross-chain messaging (XCMP) scheme
2020-02-06Sub0.1: SubSocial, a social network on Substrate - Alex Siman, Polkadot Ambassador
2020-02-06Sub0.1: Solang Solidity Compiler - Sean Young



Tags:
blockchain development
blockchain
smart contract
Substrate
smart contract development