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
Note: The docker folder contains test accounts which are copied during the docker build in the provisioning step.
14
+
Note: The <SECRET> to unlock existing keystore is "Perlia0". The docker folder contains test accounts which are copied during the docker build in the provisioning step.
15
15
16
16
See [this page](https://geth.ethereum.org/docs/interface/managing-your-accounts) for information on how to create Ethereum accounts.
Copy file name to clipboardexpand all lines: doc/bsc-guide.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,8 @@ navigate to btp directory
58
58
make
59
59
```
60
60
61
+
Note: In case make fails with "missing go.sum entry" with go-ethereum, tt can be fixed by manually adding `go mod download github.com/ethereum/go-ethereum`.
62
+
61
63
### Build JavaScore Contracts
62
64
from btp directory, run
63
65
```
@@ -94,7 +96,7 @@ Build with docker-compose using the following script
94
96
95
97
Once build is complete, start docker-compose
96
98
```
97
-
docker-compose up
99
+
docker-compose up -d
98
100
```
99
101
If all successful, this should start docker network containing provisioned
100
102
goloop, binance smart chain and BSC ICON BTP relayer.
0 commit comments