Skip to content

Commit 9881fac

Browse files
committed
Minor fix
1 parent b35e5d2 commit 9881fac

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

examples/full_stack/README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,27 @@ This is a simple demo built in a few hours. It is not fully tested and some desi
1919
$ poetry install
2020
```
2121

22+
2. Modify BlockFrost project ID in `server.py`
2223

23-
2. Start flask app
24+
3. Start flask app
2425

2526
```shell
2627
$ export FLASK_APP=server
27-
$ flask run
28+
$ poetry run flask run
2829
```
2930

30-
3. Open a browser that has Nami wallet extension installed, go to
31+
4. Open a browser that has Nami wallet extension installed, go to
3132

3233
```http://127.0.0.1:5000/```
3334

3435

35-
4. Connect the wallet by clicking "Connect wallet" button.
36+
5. Connect the wallet by clicking "Connect wallet" button.
3637

37-
5. Paste multiple Cardano addresses and specify the amount of ADA to send for each one.
38+
6. Paste multiple Cardano addresses and specify the amount of ADA to send for each one.
3839

39-
6. When you are done with adding addresses, click "Submit Tx" button, and Nami will prompt a signing window.
40+
7. When you are done with adding addresses, click "Submit Tx" button, and Nami will prompt a signing window.
4041

41-
7. Sign the transaction and you are all set. You should be able to see the transaction soon in the blockchain explorer.
42+
8. Sign the transaction and you are all set. You should be able to see the transaction soon in the blockchain explorer.
4243

4344

4445
### Demo

0 commit comments

Comments
 (0)