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
Copy file name to clipboardexpand all lines: examples/evm/call-contract-with-token-express/README.md
+4
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@ To deploy the contract, run the following command:
10
10
npm run deploy evm/call-contract-with-token-express [local|testnet]
11
11
```
12
12
13
+
The aforementioned command pertains to specifying the intended environment for a project to execute on. It provides the option to choose between local and testnet environments by appending either `local` or `testnet` after the command.
14
+
15
+
An example of its usage is demonstrated as follows: `npm run deploy evm/call-contract-with-token-express local` or `npm run deploy evm/call-contract-with-token-express testnet`.
16
+
13
17
### Execution
14
18
15
19
To execute the example, use the following command:
Copy file name to clipboardexpand all lines: examples/evm/call-contract-with-token/README.md
+4
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,10 @@ To deploy the contract, run the following command:
17
17
npm run deploy evm/call-contract-with-token [local|testnet]
18
18
```
19
19
20
+
The aforementioned command pertains to specifying the intended environment for a project to execute on. It provides the option to choose between local and testnet environments by appending either `local` or `testnet` after the command.
21
+
22
+
An example of its usage is demonstrated as follows: `npm run deploy evm/call-contract-with-token local` or `npm run deploy evm/call-contract-with-token testnet`.
23
+
20
24
### Execution
21
25
22
26
To execute the example, use the following command:
Copy file name to clipboardexpand all lines: examples/evm/call-contract/README.md
+4
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,10 @@ To deploy the contract, use the following command:
17
17
npm run deploy evm/call-contract [local|testnet]
18
18
```
19
19
20
+
The aforementioned command pertains to specifying the intended environment for a project to execute on. It provides the option to choose between local and testnet environments by appending either `local` or `testnet` after the command.
21
+
22
+
An example of its usage is demonstrated as follows: `npm run deploy evm/call-contract local` or `npm run deploy evm/call-contract testnet`.
23
+
20
24
### Execution
21
25
22
26
To execute the example, use the following command:
Copy file name to clipboardexpand all lines: examples/evm/cross-chain-lending/README.md
+4
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,10 @@ To execute the example, use the following command:
20
20
npm run execute evm/cross-chain-lending [local|testnet]
21
21
```
22
22
23
+
The aforementioned command pertains to specifying the intended environment for a project to execute on. It provides the option to choose between local and testnet environments by appending either `local` or `testnet` after the command.
24
+
25
+
An example of its usage is demonstrated as follows: `npm run execute evm/cross-chain-lending local` or `npm run execute evm/cross-chain-lending testnet`.
Copy file name to clipboardexpand all lines: examples/evm/cross-chain-token/README.md
+4
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,10 @@ To deploy the contract, use the following command:
17
17
npm run deploy evm/cross-chain-token [local|testnet]
18
18
```
19
19
20
+
The aforementioned command pertains to specifying the intended environment for a project to execute on. It provides the option to choose between local and testnet environments by appending either `local` or `testnet` after the command.
21
+
22
+
An example of its usage is demonstrated as follows: `npm run deploy evm/cross-chain-token local` or `npm run deploy evm/cross-chain-token testnet`.
23
+
20
24
### Execution
21
25
22
26
To execute the example, use the following command:
Copy file name to clipboardexpand all lines: examples/evm/nft-linker/README.md
+4
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,10 @@ To deploy the NFT Linker, run the following command:
17
17
npm run deploy evm/nft-linker [local|testnet]
18
18
```
19
19
20
+
The aforementioned command pertains to specifying the intended environment for a project to execute on. It provides the option to choose between local and testnet environments by appending either `local` or `testnet` after the command.
21
+
22
+
An example of its usage is demonstrated as follows: `npm run deploy evm/nft-linker local` or `npm run deploy evm/nft-linker testnet`.
23
+
20
24
A single NFT is minted to the deployer (`0xBa86A5719722B02a5D5e388999C25f3333c7A9fb`) on each chain.
Copy file name to clipboardexpand all lines: examples/evm/nonced-execution/README.md
+4
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,10 @@ To deploy the contract, use the following command:
25
25
npm run deploy evm/nonced-execution [local|testnet]
26
26
```
27
27
28
+
The aforementioned command pertains to specifying the intended environment for a project to execute on. It provides the option to choose between local and testnet environments by appending either `local` or `testnet` after the command.
29
+
30
+
An example of its usage is demonstrated as follows: `npm run deploy evm/nonced-execution local` or `npm run deploy evm/nonced-execution testnet`.
31
+
28
32
### Execution
29
33
30
34
To execute the example, use the following command:
Copy file name to clipboardexpand all lines: examples/evm/send-ack/README.md
+4
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@ Make sure you've already followed the following steps:
15
15
npm run deploy evm/send-ack [local|testnet]
16
16
```
17
17
18
+
The aforementioned command pertains to specifying the intended environment for a project to execute on. It provides the option to choose between local and testnet environments by appending either `local` or `testnet` after the command.
19
+
20
+
An example of its usage is demonstrated as follows: `npm run deploy evm/send-ack local` or `npm run deploy evm/send-ack testnet`.
0 commit comments