Skip to content

Commit 73dca81

Browse files
authored
minor readme update
1 parent 6419b36 commit 73dca81

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ You can build and run the program for both Linux and Windows using the Makefile.
9999
- `make clean`: Cleans up the build artifacts, including the `target` directory for Rust and the `librpc.so/rpc.dll` in the Go `libs` folder.
100100
- `make run_rust`: Runs only the Rust code (`cargo run`).
101101
- `make run_go`: Runs only the Go application (`go run main.go`).
102+
- `make test_rust`: Runs unit tests for the Rust part of the program..
102103
103104
## Functionalities
104105
@@ -138,3 +139,4 @@ The project uses **FFI (Foreign Function Interface)** to enable communication be
138139
* **Simplify**: In this project, for the sake of simplicity and testing, the same address `RECIPIENT_ADDRESS` was used for both the sender and the recipient. This is done to simulate the transaction process without involving multiple real addresses. In a real-world scenario, the sender and recipient would have distinct addresses.
139140
140141
142+

0 commit comments

Comments
 (0)