Skip to content

Commit

Permalink
add-setup-instructions-to-README
Browse files Browse the repository at this point in the history
  • Loading branch information
sBaki92 authored and tekkac committed Oct 29, 2024
1 parent fafd19c commit f0fe803
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,29 @@ To learn more about key topics:
- [EIP-1155](https://eips.ethereum.org/EIPS/eip-1155)
- [EIP-6551](https://eips.ethereum.org/EIPS/eip-6551)

## Project setup

#### 📦 Requirements

- [scarb](https://docs.swmansion.com/scarb/)

### ⛏️ Compile

```bash
scarb build
```

### 💄 Code style

```bash
scarb fmt
```

### 🌡️ Test

```bash
scarb test
```

## Roadmap

Expand Down

0 comments on commit f0fe803

Please sign in to comment.