Skip to content

Commit

Permalink
add clarifying note on file location
Browse files Browse the repository at this point in the history
  • Loading branch information
critesjosh committed Sep 21, 2023
1 parent e2b5bb3 commit e9ca6e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ This should have created an artifact `contracts/token/target/Token.json` with th

Let's now write a script for deploying your contracts to the Sandbox. We'll create an RPC client, and then use the `ContractDeployer` class to deploy our contracts, and store the deployment address to a local JSON file.

Create a new file `src/deploy.mjs`:
Create a new file `src/deploy.mjs` (**not** in `/contracts/token/src`):

```js
// src/deploy.mjs
Expand Down

0 comments on commit e9ca6e4

Please sign in to comment.