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: README.md
+22-1Lines changed: 22 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,27 @@ To run Opus locally, you'll need to install [starknet-devnet-rs](https://github.
12
12
13
13
In one shell, run `scarb run devnet` to boot up a Devnet instance. You can use the `http://localhost:5050` as the RPC address.
14
14
15
-
In another shell, from the `scripts` directory, run `scarb run deploy`. That will compile and deploy the contracts on the local Devnet and do the initial required setup.
15
+
In another shell, from the `scripts` directory, run `scarb run deploy_devnet`. That will compile and deploy the contracts on the local Devnet and do the initial required setup.
16
16
17
17
Note that Devnet deployments are ephemeral. Once you kill your Devnet instance, the state is lost. After restarting, you will have to deploy the contracts again, using the script mentioned above.
0 commit comments