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
* Record logs from Localsecret since the output is too long otherwise. Press CTRL+C to cancel when PostExecution occurs in Ethereum Local Network logs to indicate it has finished.
217
+
218
+
```bash
219
+
docker logs -f secretdev | tee ~/nunya/docker.log
220
+
```
221
+
222
+
* Run end-to-end transaction
223
+
224
+
```bash
225
+
cd~/nunya
226
+
nvm use
227
+
yarn run secret:submitRequestValue
228
+
```
229
+
230
+
* Note: `requestValue` alternative that goes via NunyaBusiness.sol is not working yet
231
+
232
+
* Copy Localsecret logs from remote machine to local.
* NEXT: Assuming that the EVM contracts NunyaBusiness and Gateway have already been deployed on localhost, then skip to [requestValue](#request-value), otherwise go through [Setup Frontend](#setup-frontend) first.
820
+
* NEXT: Assuming that the EVM contracts NunyaBusiness and Gateway have already been deployed on localhost, then skip to [submitRequestValue](#submit-request-value), otherwise go through [Setup Frontend](#setup-frontend) first.
820
821
821
822
* IGNORE - Option B:
822
823
```
@@ -826,6 +827,37 @@ make store-nunya-contract-local
826
827
827
828
* TODO: How to configure the Secret Gateway in Nunya Secret Contract?
828
829
830
+
#### Interact with Deployed Secret Contract via Deployed EVM Gateway to `submitRequestValue` <a id="submit-request-value"></a>
831
+
832
+
##### Localhost
833
+
834
+
* Record logs from Localsecret since the output is too long otherwise. Press CTRL+C to cancel when PostExecution occurs in Ethereum Local Network logs to indicate it has finished.
835
+
```bash
836
+
docker logs -f secretdev | tee ~/nunya/docker.log
837
+
```
838
+
839
+
* Run end-to-end transaction
840
+
841
+
```bash
842
+
cd ~/nunya
843
+
nvm use
844
+
yarn run secret:submitRequestValue
845
+
```
846
+
847
+
* Note: `requestValue` alternative that goes via NunyaBusiness.sol is not working yet
848
+
849
+
* Copy Localsecret logs from remote machine to local.
0 commit comments