We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e5daf commit f8ea2c6Copy full SHA for f8ea2c6
README.md
@@ -39,15 +39,15 @@ A Go-based microservice that monitors Ethereum wallet activities and sends custo
39
40
1. **Clone the repository**:
41
42
- git clone https://github.com/Jetlum/WalletAlertService.git
+ git clone https://github.com/Jetlum/WalletAlertService.git
43
44
2. **Navigate to the project directory**:
45
46
- cd WalletAlertService
+ cd WalletAlertService
47
48
3. **Install dependencies**:
49
50
- go mod download
+ go mod download
51
52
## Configuration
53
@@ -64,7 +64,7 @@ Create a `config.yaml` file in the root directory with the following content:
64
65
1. **Configure the Ethereum client**:
66
67
- go run main.go
+ go run main.go
68
69
2. **Configure user preferences**
70
0 commit comments