- cairo-lang docker image: docker image which allows to run cairo commands from host in container and obtain resulting output files in host
- node: docker image which allows to run your own startknet node
- cairo-cmd image: docker image to execute commands inside. Run the container using
docker run -dit -v "$PWD":"$PWD" -w "$PWD" --name test cairo:cmd
which will create a volume in the container containing files from the current working directory (PWD). Enter the container withdocker exec -it test /bin/sh
.
-
Notifications
You must be signed in to change notification settings - Fork 0
alphaticks/starknet-utils
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published