starknet-dev
Dev environment for Starknet that includes Scarb, Starknet Foundry and Nodejs
904
This Linux Alpine image includes Scarb, Starknet Foundry and NodeJS. The image version number reflects which Scarb version it includes.
Repository: https://github.com/barretodavid/starknet-dev-docker
Use it in combination with VSCode's Dev Containers extension by adding the following file to the root folder of the project
.devcontainer.json
{
"image": "barretodavid/starknet-dev:latest",
"customizations": {
"vscode": {
"extensions": [
"StarkWare.cairo1",
"ms-azuretools.vscode-docker",
"tamasfe.even-better-toml"
]
}
}
}
Content type
Image
Digest
sha256:905b48fac…
Size
102.1 MB
Last updated
about 2 years ago
docker pull barretodavid/starknet-dev