Skip to content

Commit

Permalink
Updated README on build, test and deploy instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
chuacw committed Sep 17, 2024
1 parent 6c94900 commit 6e8d24b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ It performs this by hooking the afterSwap function and looking at the swap param

There can only be one recipient for each user. There is no upper cap for how much a user can give away.

# Build
forge b

# Test
forge test -vvv

# Deploy (in PowerShell)
forge script AfterSwapHookDonationDeployScript --rpc-url $env:DEPLOY_URL --private-key $env:FOUNDRY_PRIVATE_KEY --broadcast --gas-price 10000000000000000000 -vvv

Chee-Wee, Chua
12 Sep 2024.
Expand Down

0 comments on commit 6e8d24b

Please sign in to comment.