Skip to content

Commit

Permalink
improve readme to include env
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAleksaOpacic committed Mar 16, 2024
1 parent be05e8c commit 2e5f5ef
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EVM Placeholder proof system verifier
# EVM Placeholder proof system verifier

[![Discord](https://img.shields.io/discord/969303013749579846.svg?logo=discord&style=flat-square)](https://discord.gg/KmTAEjbmM3)
[![Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=flat-square&logo=telegram&logoColor=dark)](https://t.me/nilfoundation)
Expand Down Expand Up @@ -53,6 +53,13 @@ cd evm-placeholder-verification
npm i
```

## Configure Environment Variables
Before deploying or verifying on-chain, configure your .env for RPC URLs and Private Key. Copy the evm.example file to .env and update it with your details:
```bash
cp env.example .env
# Edit .env to include your private key and RPC URLs
```

## Compile contracts

```bash
Expand Down

0 comments on commit 2e5f5ef

Please sign in to comment.