Skip to content

Commit

Permalink
Update crates/README.md (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio authored May 27, 2024
1 parent cffc411 commit 4504f28
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions crates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,29 @@
Make sure you have the following dependencies installed on your machine:

- [Rust](https://www.rust-lang.org/tools/install)
- [Node.js](https://nodejs.org/en/download/package-manager)
- [pnpm](https://pnpm.io/installation)

EDR is part of the [Hardhat monorepo](https://github.com/NomicFoundation/hardhat). Clone the source code using ssh:
Clone the source code using ssh:

```bash
git clone [email protected]:NomicFoundation/hardhat.git
git clone [email protected]:NomicFoundation/edr.git
```

or https:

```bash
git clone https://github.com/NomicFoundation/hardhat.git
git clone https://github.com/NomicFoundation/edr.git
```

Use `cargo` to build a release version:

```bash
cd hardhat
cd edr
cargo build --release
```

## Building a Node.js native module

Make sure you have the following dependencies installed on your machine:

- [node.js](https://nodejs.org)
### Building a Node.js native module

Use `pnpm` to build a release version:

Expand Down

0 comments on commit 4504f28

Please sign in to comment.