Skip to content

Commit

Permalink
dev(cleanup):
Browse files Browse the repository at this point in the history
  • Loading branch information
akhercha committed Oct 26, 2024
1 parent a7f4c52 commit 0c5fc64
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
15 changes: 6 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
# Python
__pycache__
venv
scripts/__pycache__
scripts/venv
.venv
.ruff_cache

# starknet
node.json
Expand All @@ -19,7 +23,7 @@ build
pragma/build/*
*logs.json

.DS_Store
# Env files
.env

lint.sarif
Expand All @@ -42,12 +46,5 @@ tmp
# scarb
target

# Scripts

# Python
scripts/__pycache__
scripts/venv
.venv

# Devnet deployments should not be pushed
deployments/devnet
deployments/devnet
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,16 @@ python -m venv .venv && source .venv/bin/activate
poetry install
```

3. Deploy contracts & setup
3. Setup env file

```bash
# Make sure you are in the pragma-deployer folder
cp .env.example .env
```

Populate the variables depending on where you wish to deploy.

4. Deploy contracts & setup

Make sure your local devnet is running, see latest instructions [here](https://0xspaceshard.github.io/starknet-devnet-rs/).

Expand Down
File renamed without changes.

0 comments on commit 0c5fc64

Please sign in to comment.