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
+5-18Lines changed: 5 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# CoLink Rust SDK
2
2
3
-
CoLink SDK helps both application adnd protocol developers access the functionalities provided by [the CoLink server](https://github.com/CoLearn-Dev/colink-server-dev).
3
+
CoLink SDK helps both application and protocol developers access the functionalities provided by [the CoLink server](https://github.com/CoLearn-Dev/colink-server-dev).
4
4
5
5
- For *application developers*, CoLink SDK allows them to update storage, manage computation requests, and monitor the CoLink server status.
6
6
- For *protocol developers*, CoLink SDK allows them to write CoLink Extensions that extend the functionality of CoLink to support new protocols.
@@ -9,28 +9,15 @@ CoLink SDK helps both application adnd protocol developers access the functional
9
9
Add this to your Cargo.toml:
10
10
```toml
11
11
[dependencies]
12
-
colink = "0.2.9"
12
+
colink = "0.2.10"
13
13
```
14
14
15
15
## Getting Started
16
16
You can use this SDK to run protocols, update storage, developing protocol operators. Here is a tutorial for you about how to start a greetings task between two users.
17
17
- Set up CoLink server.
18
-
Please refer to [colinkctl](https://github.com/CoLearn-Dev/colinkctl), and run the command below. For the following steps, we assume you are using the default settings in colinkctl.
19
-
```bash
20
-
colinkctl enable_dev_env
21
-
```
22
-
- Create two new terminals and start protocol operator for two users separately.
0 commit comments