-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
vlad
committed
Nov 25, 2024
1 parent
0ebf9b8
commit 5df5250
Showing
5 changed files
with
2 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -202,7 +202,7 @@ Before you run your dev node, you need to point to the shared libraries needed b | |
``` | ||
export SCRT_ENCLAVE_DIR=~/SecretNetwork/go-cosmwasm | ||
``` | ||
In order to run __secretd__ you need to have built _librust_cosmwasm_enclave.signed.so_ and _tendermint_enclave.so_. | ||
In order to run __secretd__ you need to have built _librust_cosmwasm_enclave.signed.so_. | ||
The latter can be built by cloning: | ||
``` | ||
git clone [email protected]:scrtlabs/tm-secret-enclave.git ~/tm-secret-enclave | ||
|
@@ -212,12 +212,8 @@ This repo also uses submodules: | |
cd tm-secret-enclave | ||
git submodule init | ||
git submodule update --remote | ||
``` | ||
and build _tendermint_enclave.so_: | ||
``` | ||
make build-rust | ||
``` | ||
You may want to copy _tendermint_enclave.so_ to ~/SecretNetwork/go-cosmwasm | ||
|
||
Run `./scripts/start-node.sh` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters