File tree Expand file tree Collapse file tree 2 files changed +4
-34
lines changed Expand file tree Collapse file tree 2 files changed +4
-34
lines changed Original file line number Diff line number Diff line change 1
- # rust-state-machine-mdbook
2
-
3
- [ Rust state machine tutorial] ( https://github.com/shawntabrizi/rust-state-machine ) rendered by [ mdBook] ( https://github.com/rust-lang/mdBook ) .
4
-
5
- ## Generate
6
-
7
- To re-generate the book:
8
-
9
- 1 . Install node dependencies:
10
-
11
- ```sh
12
- yarn --cwd generate
13
- ```
14
-
15
- 2 . Run the ` generate ` script:
16
-
17
- ```sh
18
- yarn --cwd generate rust-state-machine
19
- ```
20
-
21
- 3 . Remove the existing ` src ` folder:
22
-
23
- ```sh
24
- rm -rf src
25
- ```
26
-
27
- 4 . Move the generated ` rust-state-machine ` folder into the root with the name ` src ` .
28
-
29
- ```sh
30
- mv generate/rust-state-machine src
31
- ```
1
+ # Building Bitcoin-like Blockchain in Substrate Book
Original file line number Diff line number Diff line change 1
1
[book ]
2
- authors = [" Shawn Tabrizi " ]
2
+ authors = [" @danielbui12 " ]
3
3
language = " en"
4
4
multilingual = false
5
5
src = " src"
6
- title = " Rust State Machine "
6
+ title = " Substrate Bitcoin-like Blockchain "
7
7
8
8
[output .html ]
9
9
additional-css = [" custom/styles.css" ]
10
10
additional-js = [" custom/tabs.js" ]
11
- git-repository-url = " https://github.com/shawntabrizi/rust-state-machine "
11
+ git-repository-url = " https://github.com/danielbui12/substrate-bitcoin-like-blockchain "
12
12
git-repository-icon = " fa-github"
You can’t perform that action at this time.
0 commit comments