barretodavid/starknet-dev

By barretodavid

Updated about 2 years ago

Dev environment for Starknet that includes Scarb, Starknet Foundry and Nodejs

Image
Languages & frameworks
1

904

barretodavid/starknet-dev repository overview

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"
	    ]
        }
    }
}

Tag summary

Content type

Image

Digest

sha256:905b48fac

Size

102.1 MB

Last updated

about 2 years ago

docker pull barretodavid/starknet-dev