Skip to content

Commit

Permalink
chore: test chapters
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst committed Aug 19, 2021
1 parent 2054e6b commit 4dd0868
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/1_1_hello.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Hello World
9 changes: 9 additions & 0 deletions src/1_introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Introduction

Welcome to the Rust Ethereum book, where we'll go through examples of how to
interact with Ethereum using [ethers-rs](https://github.com/gakonst/ethers-rs/).

We assume familiarity with Ethereum's mechanics such as:
* Deploying a contract & interacting with it
* Sending funds across accounts
* Signing messages and recovering their sender
3 changes: 2 additions & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Summary

- [Chapter 1](./chapter_1.md)
- [Introduction](./1_introduction.md)
- [Hello World](./1_1_hello.md)
2 changes: 0 additions & 2 deletions src/chapter_1.md

This file was deleted.

0 comments on commit 4dd0868

Please sign in to comment.