Skip to content

Commit

Permalink
[#1] Add protocol specs link, useful commands in README
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-ap committed Jun 16, 2023
1 parent 8637312 commit bede3b5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
# safe-protocol

## Safe protocol specification

This project is an implementation of [Safe protocol specification](https://github.com/5afe/safe-protocol-specs)

## Useful commands

### Install

```bash
yarn
```

### Compile

```bash
npx hardhat compile
```

### Test

```bash
npx hardhat test
```

0 comments on commit bede3b5

Please sign in to comment.