File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ See [installing](./install.md)
7
7
## Prerequisites:
8
8
9
9
- Install and run [ tfchain] ( https://github.com/threefoldtech/tfchain/blob/development/docs/development )
10
- - Install [ stellar-utils-tool] ( https://github.com/threefoldfoundation/tft/tree/main/bsc/bridges/stellar/utils )
10
+ - Install [ stellar-utils-tool] ( https://github.com/threefoldfoundation/tft/tree/main/tools/bridgegen )
11
11
12
12
## Local single node development
13
13
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ echo export PATH=\"\$PATH:\$GOPATH/bin\" >> ~/.bash_profile
13
13
### Get Source Code
14
14
15
15
``` sh
16
- git clone https://github.com/threefoldtech/tfchain_tft_bridge .git
17
- cd tfchain_tft_bridge /tfchain_bridge
16
+ git clone https://github.com/threefoldtech/tfchain .git
17
+ cd bridge /tfchain_bridge
18
18
```
19
19
20
20
### Compile
Original file line number Diff line number Diff line change 2
2
3
3
TFT Bridge between Tfchain and stellar.
4
4
5
- See [ docs] ( ./docs/readme.md ) for more information.
5
+ See [ docs] ( .. /docs/readme.md ) for more information.
You can’t perform that action at this time.
0 commit comments