You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 20, 2020. It is now read-only.
We won't walk you step by step through the creation of this component, but do look over the code
182
179
comments to learn what each part is doing.
183
180
@@ -195,8 +192,8 @@ pallet, where this digest and the selected user account will be stored on chain.
195
192

196
193
197
194
If all went well, you should see a new `ClaimCreated` event appear in the Events component. The
198
-
front-end automatically recognizes that your file is now claimed, and even gives you the option
199
-
to revoke the claim if you want.
195
+
front-end automatically recognizes that your file is now claimed, and even gives you the option to
196
+
revoke the claim if you want.
200
197
201
198
Remember, only the owner can revoke the claim! If you select another user account at the top, and
202
199
you will see that the revoke option is disabled!
@@ -205,22 +202,25 @@ you will see that the revoke option is disabled!
205
202
206
203
This is the end of our journey into creating a Proof of Existence blockchain.
207
204
208
-
You have seen first hand how simple it can be to develop a brand new pallet and launch a
209
-
custom blockchain using Substrate. Furthermore, we have shown you that the Substrate ecosystem
210
-
provides you with the tools to quickly create responsive front-end experiences so users can interact
211
-
with your blockchain.
205
+
You have seen first hand how simple it can be to develop a brand new pallet and launch a custom
206
+
blockchain using Substrate. Furthermore, we have shown you that the Substrate ecosystem provides you
207
+
with the tools to quickly create responsive front-end experiences so users can interact with your
208
+
blockchain.
212
209
213
210
This tutorial chose to omit some of the specific details around development in order to keep this
214
211
experience short and satisfying. However, we want you to keep learning!
215
212
216
-
To learn much more detail about building on the front-end template, please try the [Front End Tutorial](tutorials/substrate-front-end/index.md). To learn more about building your own pallets, explore the [Substrate Recipes](https://substrate.dev/recipes).
213
+
To learn much more detail about building on the front-end template, please try the
214
+
[Front End Tutorial](tutorials/substrate-front-end/index.md). To learn more about building your own
215
+
pallets, explore the [Substrate Recipes](https://substrate.dev/recipes).
217
216
218
217
It would also be a good time to call out that your success on the Substrate framework will
219
-
ultimately be limited on your ability to program in Rust. The [Rust
220
-
Book](https://doc.rust-lang.org/book/) is a great resource for beginning and intermediate rust developers.
218
+
ultimately be limited on your ability to program in Rust. The
219
+
[Rust Book](https://doc.rust-lang.org/book/) is a great resource for beginning and intermediate rust
220
+
developers.
221
221
222
-
If you experienced any issues with this tutorial or want to provide feedback, feel free to[open a
223
-
GitHub
224
-
issue](https://github.com/substrate-developer-hub/substrate-developer-hub.github.io/issues/new)or reach out on [Riot](https://riot.im/app/#/room/!HzySYSaIhtyWrwiwEV:matrix.org).
222
+
If you experienced any issues with this tutorial or want to provide feedback, feel free to
223
+
[open a GitHub issue](https://github.com/substrate-developer-hub/substrate-developer-hub.github.io/issues/new)
224
+
or reach out on [Riot](https://riot.im/app/#/room/!HzySYSaIhtyWrwiwEV:matrix.org).
0 commit comments