File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -19,26 +19,27 @@ This is a simple demo built in a few hours. It is not fully tested and some desi
19
19
$ poetry install
20
20
```
21
21
22
+ 2 . Modify BlockFrost project ID in ` server.py `
22
23
23
- 2 . Start flask app
24
+ 3 . Start flask app
24
25
25
26
``` shell
26
27
$ export FLASK_APP=server
27
- $ flask run
28
+ $ poetry run flask run
28
29
```
29
30
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
31
32
32
33
``` http://127.0.0.1:5000/ ```
33
34
34
35
35
- 4 . Connect the wallet by clicking "Connect wallet" button.
36
+ 5 . Connect the wallet by clicking "Connect wallet" button.
36
37
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.
38
39
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.
40
41
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.
42
43
43
44
44
45
### Demo
You can’t perform that action at this time.
0 commit comments