Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
redx94 authored Sep 11, 2024
1 parent acc527e commit 516dba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Quantum Blockchain Automation",
"image": "mcr.microsoft.com/vscode/devcontainers/python:3.10", // Use Python base image
"features": {
"features": {"ghcr.io/devcontainers/features/anaconda:1": {}
"node": "16", // Install Node.js
"docker-in-docker": "latest", // Use Docker for Ganache
"gh-cli": "latest" // GitHub CLI for easier repository management
Expand All @@ -15,4 +15,4 @@
}
},
"postCreateCommand": "pip install web3 && npm install -g truffle ganache-cli"
}
}

0 comments on commit 516dba2

Please sign in to comment.