auction-demo icon indicating copy to clipboard operation
auction-demo copied to clipboard

Unable to get sandbox working

Open jimitheat opened this issue 4 years ago • 3 comments

This is the result of using gitbash to run it.

$ ./sandbox up Pulling sandbox... fatal: Too many arguments.

usage: git clone [] [--] [

]

jimitheat avatar Mar 11 '22 14:03 jimitheat

I managed to clone it manually. BUt it still does not start a docker instance

jimitheat avatar Mar 11 '22 14:03 jimitheat

Gitbash may not work well for this, Can you install WSL2 on windows and use the ubuntu shell?

Also make sur eyou have the prerequisites installed for sandbox to work, see the readme here: https://github.com/algorand/sandbox

barnjamin avatar Mar 11 '22 14:03 barnjamin

Try with ./sandbox up testnet -v

also note: the files itself have problem, python with algorand sucks.

MrDecryptDecipher avatar Jul 27 '22 01:07 MrDecryptDecipher