Skip to content

Commit

Permalink
πŸ“ add readme missing step (#44)
Browse files Browse the repository at this point in the history
- add protostar install step
  • Loading branch information
bal7hazar authored Aug 23, 2022
1 parent d1bf33f commit 4068c24
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@

- [protostar](https://github.com/software-mansion/protostar)

### πŸŽ‰ Install

```bash
protostar install
```

### ⛏️ Compile

```bash
Expand All @@ -44,7 +50,7 @@ protostar test tests/units
protostar test tests/integrations
```

### Test account
### 🌐 Test account

If you want a fresh account for tests, you can deploy an account with the following command:

Expand All @@ -61,7 +67,7 @@ See also starknet [documentation](https://www.cairo-lang.org/docs/hello_starknet
cairo-format -i src/**/*.cairo tests/**/*.cairo
```

## Deployment
## πŸš€ Deployment

```bash
# On testnet
Expand Down
2 changes: 1 addition & 1 deletion protostar.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
["protostar.config"]
protostar_version = "0.3.1"
protostar_version = "0.3.2"

["protostar.project"]
libs_path = "lib"
Expand Down

0 comments on commit 4068c24

Please sign in to comment.