Skip to content

Commit

Permalink
renamed examples to not start with a number for easier imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave de Fijter committed May 5, 2019
1 parent cec6a77 commit e2b6f43
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 268 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
*.pyc
*.swp
__pycache__
18 changes: 9 additions & 9 deletions README.md
Expand Up @@ -25,15 +25,15 @@ You should receive a message including the statistics of an IOTA node. This mean
Here are the examples included:


- `01_hello_world.py`
- `02_send_hello.py`
- `03_receive_hello.py`
- `04_generate_address.py`
- `05_check_balance.py`
- `06_send_tokens.py`
- `07_send_data.py`
- `08_receive_data.py`
- `09_zmq_listen.py`
- `e01_hello_world.py`
- `e02_send_hello.py`
- `e03_receive_hello.py`
- `e04_generate_address.py`
- `e05_check_balance.py`
- `e06_send_tokens.py`
- `e07_send_data.py`
- `e08_receive_data.py`
- `e09_zmq_listen.py`


### Work to be done:
Expand Down
12 changes: 0 additions & 12 deletions code/01_hello_world.py

This file was deleted.

30 changes: 0 additions & 30 deletions code/02_send_hello.py

This file was deleted.

37 changes: 0 additions & 37 deletions code/03_receive_hello.py

This file was deleted.

19 changes: 0 additions & 19 deletions code/04_generate_address.py

This file was deleted.

14 changes: 0 additions & 14 deletions code/05_check_balance.py

This file was deleted.

33 changes: 0 additions & 33 deletions code/06_send_tokens.py

This file was deleted.

36 changes: 0 additions & 36 deletions code/07_send_data.py

This file was deleted.

45 changes: 0 additions & 45 deletions code/08_receive_data.py

This file was deleted.

33 changes: 0 additions & 33 deletions code/09_zmq_listen.py

This file was deleted.

0 comments on commit e2b6f43

Please sign in to comment.