-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#1] Add protocol specs link, useful commands in README
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |