Developer setup & guides
Installation
To work with Garaga, you need the following dependencies :
Python 3.10. The command
python3.10
should be available and working in your terminal.Scarb with the version specified in https://github.com/keep-starknet-strange/garaga/blob/main/src/.tool-versions
Simply clone the repository :
Using git:
git clone https://github.com/keep-starknet-strange/garaga.git
Using github cli :
gh repo clone keep-starknet-strange/garaga
After that, go into the root of the directory and run the command :
make setup
Pay attention to any message indicating failure. Contact us on Garaga telegram if you have any trouble at this point.
If everything succeeded, you're good to go!
Last updated
Was this helpful?