Skip to content

Commit

Permalink
add a guide on deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Jul 31, 2024
1 parent 80e76e2 commit 9724ec5
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 @@ -167,6 +167,14 @@ bun run test
bun run pub
```

### Deployment

```
bun run hardhat --network <network_name> deploy
```

Full list of available networks for deployment is [here](hardhat.config.cts#L38).

### Release flow

1. Create a `feature` branch from `staging` branch
Expand Down

0 comments on commit 9724ec5

Please sign in to comment.