Skip to content

Commit c7b7ff9

Browse files
committed
test scripts
1 parent b161a70 commit c7b7ff9

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

start.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Start Anvil:
2+
```
3+
anvil
4+
```
5+
6+
Build SC:
7+
```
8+
forge script script/DeployOrderContract.s.sol:DeployOrderContract --rpc-url 127.0.0.1:8545 --broadcast --private-key 0x8b3a350cf5c34c9194ca85829a2df0ec3153be0318b5e2d3348e872092edffba
9+
```
10+
11+
Memorize:
12+
```
13+
== Return ==
14+
0: contract OrderContract 0x5FbDB2315678afecb367f032d93F642f64180aa3
15+
1: contract HelperConfig 0xC7f2Cf4845C6db0e1a1e91ED41Bcd0FcC1b0E141
16+
17+
== Logs ==
18+
pyUSD deployed at: 0x0116686E2291dbd5e317F47faDBFb43B599786Ef
19+
```

0 commit comments

Comments
 (0)