You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10-3
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,15 @@ To know about the application in detail, you can visit the [docs](https://github
25
25
To get started in flow, you need to have two applications installed on your machine.
26
26
27
27
1.[Golang](https://go.dev/dl/)
28
-
2.[Docker](https://www.docker.com/get-started/)
29
-
3.[PostgreSQL](https://www.postgresql.org/)
28
+
2.[Cobra Framework](cobra.dev/)
29
+
3.[Docker](https://www.docker.com/get-started/)
30
+
4.[PostgreSQL](https://www.postgresql.org/)
31
+
5.[Alchemy API URL](https://docs.alchemy.com/docs/alchemy-quickstart-guide)
32
+
6. Wallet Private key
33
+
34
+
### How to get Alchemy API URL?
35
+
36
+
Signup to Alchemy, go to it's dashboad and the app section. Create a new app. If the new app is not allowed to create, then select the existing app, go to the network tab of the app and take the Ethereum Seplia API URL.
30
37
31
38
## Installation
32
39
@@ -56,7 +63,7 @@ Each subcommand has its own set of options and arguments. Here are some examples
0 commit comments