Skip to content

Commit

Permalink
Merge branch 'changes'
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHomanics committed Jun 25, 2024
2 parents b3e1a08 + b0959be commit 12d8c18
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ cd reputation-and-roles-monorepo
yarn install
```

2. In your terminal, clone the environemnt example
2. In your terminal, setup the environment by cloning the environemnt example

```
cd packages/foundry
cp .env.example .env
yarn setup
```

3. On the first terminal, run a local network:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
]
},
"scripts": {
"setup": "yarn workspace @se-2/foundry setup",
"account": "yarn workspace @se-2/foundry account",
"chain": "yarn workspace @se-2/foundry chain",
"compile": "yarn workspace @se-2/foundry compile",
Expand Down
1 change: 1 addition & 0 deletions packages/foundry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.1",
"type": "module",
"scripts": {
"setup": "cp .env .example",
"account": "node script/ListAccount.js",
"chain": "anvil --config-out localhost.json",
"compile": "forge compile",
Expand Down

0 comments on commit 12d8c18

Please sign in to comment.