Skip to content

Commit

Permalink
docs: add solidity deploy instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Jan 24, 2025
1 parent addfdd2 commit 8728601
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/src/content/docs/connect/app/asset-transfer/solidity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,14 @@ contract TransferScript is Script {
}
}
```

## Deploying the contract

The contract can then be deployed to Holesky as follows.

```sh
forge script script/Transfer.s.sol:TransferScript \
--rpc-url $RPC_URL \
--private-key $PRIVATE_KEY \
--broadcast
```

0 comments on commit 8728601

Please sign in to comment.