Skip to content

Commit

Permalink
Merge pull request #33 from zama-ai/leventdem-patch-1
Browse files Browse the repository at this point in the history
Update getting_started.md
  • Loading branch information
immortal-tofu authored Aug 29, 2023
2 parents 93cfd83 + c2c21a0 commit 03b80f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/solidity/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The best way to start writing smart contracts with fhEVM is to use our [Hardhat
We provide a docker image to spin up a fhEVM node for local development.

```bash
docker run -i -p 8545:8545 --rm --name fhevm ghcr.io/zama-ai/evmos-dev-node:v0.1.7
docker run -i -p 8545:8545 --rm --name fhevm ghcr.io/zama-ai/evmos-dev-node:v0.1.8
```

### Faucet
Expand Down

0 comments on commit 03b80f3

Please sign in to comment.