We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ea5d4c commit 2c464faCopy full SHA for 2c464fa
1 file changed
sidechain-testnet-5/tss.md
@@ -36,6 +36,29 @@ At the same time, the bridge related transactions including deposit and withdraw
36
37
## Get started
38
39
+### Build from source
40
+
41
+1. Install *Rust*
42
43
+```
44
+curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
45
46
47
+2. Clone and build
48
49
50
+git clone https://github.com/sideprotocol/shuttler.git
51
+cd shuttler
52
+git checkout v2.0.0-rc.1
53
+cargo build --release
54
55
56
+The binary can be placed into the bin directory of Cargo for convenience.
57
58
59
+cp target/release/shuttler ~/.cargo/bin
60
61
62
### Download the binary file
63
64
```
0 commit comments