Skip to content

Commit 2c464fa

Browse files
author
Doug
committed
Added instructions for compiling tssigner from source
1 parent 5ea5d4c commit 2c464fa

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

sidechain-testnet-5/tss.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,29 @@ At the same time, the bridge related transactions including deposit and withdraw
3636

3737
## Get started
3838

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+
3962
### Download the binary file
4063

4164
```

0 commit comments

Comments
 (0)