Skip to content

Commit 6d945c2

Browse files
committed
Update ipc demo name (TODO The URL needs to be updated after the merge)
1 parent f9e0e45 commit 6d945c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/script/ckb-script-ipc.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ let mut client = WorldClient::new(read_pipe, write_pipe);
122122
let ret = client.hello("world".into()).unwrap();
123123
```
124124

125-
The client uses the pipe handles obtained during server initialization to communicate with the server process. For a complete working example, you can explore our [ckb-script-ipc-demo](https://github.com/XuJiandong/ckb-script-ipc/tree/main/contracts/ckb-script-ipc-demo) repository.
125+
The client uses the pipe handles obtained during server initialization to communicate with the server process. For a complete working example, you can explore our rust-script-examples/ipc-parent repository.
126126

127127
This implementation abstracts away the complexities of IPC communication, handling serialization, message passing, and error management internally. Developers can focus on defining their service interfaces and implementing business logic rather than dealing with low-level IPC details.
128128

0 commit comments

Comments
 (0)