algorand / auction-demo

An example smart contract NFT auction on Algorand
57 stars 51 forks source link

Unable to get sandbox working #7

Open jimitheat opened 2 years ago

jimitheat commented 2 years ago

This is the result of using gitbash to run it.

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

usage: git clone [] [--] [

]

jimitheat commented 2 years ago

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

barnjamin commented 2 years ago

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

MrDecryptDecipher commented 2 years ago

Try with ./sandbox up testnet -v

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