# Scavenge Workshop ## Links * Here - https://cutt.ly/scavenge * [Discord Channel](https://discord.com/channels/669268347736686612/706971108141826108) * [Tutorial](https://tutorials.cosmos.network/scavenge/tutorial/03-scaffold.html) * [Tutorial Github](https://github.com/cosmos/sdk-tutorials) * [Slides](https://docs.google.com/presentation/d/1IqlEv68gQ_W7ZrXKL2Ms1Ga_gybRarlD0VnWtwJhNh4/edit?usp=sharing) ## Connect to the live app `scavengeCLI config node "tcp://188.166.52.77:26657"` ## Query all scavenges as text `scavengeCLI query scavenge list | jq ".[]" | xargs -I {} scavengeCLI query scavenge get {}` ## All scavenges https://pastebin.com/xwdGP5XG ```json { "creator": "cosmos1rkhw6eucrzrp335fzkeaur907srx4hpl4na5c0", "description": "What token had the original slip44 place that the Atom uses?", "solutionHash": "0c0373163cb186d5ff560e9bcf0b844025ab63de168d75f6e0108b24be19fd46", "reward": [ { "denom": "foo", "amount": "50" } ], "solution": "Piggycoin", "scavenger": "cosmos1dmd7lgjjf60wlzyzvwrw3xdytn2e2ku9rspzyw" } { "creator": "cosmos1rkhw6eucrzrp335fzkeaur907srx4hpl4na5c0", "description": "How many validators does the Cosmos hub have?", "solutionHash": "0f8ef3377b30fc47f96b48247f463a726a802f62f3faa03d56403751d2f66c67", "reward": [ { "denom": "foo", "amount": "50" } ], "solution": "125", "scavenger": "cosmos1dmd7lgjjf60wlzyzvwrw3xdytn2e2ku9rspzyw" } { "creator": "cosmos104k7v7npr2zxdf9avevh5xetjxj7q2vvm76yww", "description": "What's brown and sticky?", "solutionHash": "2f9457a6e8fb202f9e10389a143a383106268c460743dd59d723c0f82d9ba906", "reward": [ { "denom": "foo", "amount": "69" } ], "solution": "A stick", "scavenger": "cosmos1j6v7vru44sfec9475hlnd8j5zrykc8h7luzllq" } { "creator": "cosmos1rkhw6eucrzrp335fzkeaur907srx4hpl4na5c0", "description": "What is the actual denom of the staking token for the Cosmos hub?", "solutionHash": "898b4a8a32a059af228f4acfeb2f0c25c059070bcd2c6b9c960f2e096d793769", "reward": [ { "denom": "foo", "amount": "50" } ], "solution": "uatom", "scavenger": "cosmos1uccg82ke27xpmwvyk09rlwgz5v9cna69dk6f20" } { "creator": "cosmos1rkhw6eucrzrp335fzkeaur907srx4hpl4na5c0", "description": "Where is Billy from??", "solutionHash": "99bb7ac6b1300138daa4be268adb7624b2b00829431bb398625eed9300f78b45", "reward": [ { "denom": "foo", "amount": "50" } ], "solution": "Kentucky", "scavenger": "cosmos1uccg82ke27xpmwvyk09rlwgz5v9cna69dk6f20" } { "creator": "cosmos1rkhw6eucrzrp335fzkeaur907srx4hpl4na5c0", "description": "What is Billy's github handle?", "solutionHash": "bc892f8ade32064d9f1502faef932a91874a280674e1a67f0936b1fcf0960e21", "reward": [ { "denom": "foo", "amount": "50" } ], "solution": "okwme", "scavenger": "cosmos1dmd7lgjjf60wlzyzvwrw3xdytn2e2ku9rspzyw" } { "creator": "cosmos1rkhw6eucrzrp335fzkeaur907srx4hpl4na5c0", "description": "Where does Billy live?", "solutionHash": "dad114b6ed7342bac65c79575f6c7ff761ec26b52c1f5f7a9110532973d05df2", "reward": [ { "denom": "foo", "amount": "50" } ], "solution": "Berlin", "scavenger": "cosmos1uccg82ke27xpmwvyk09rlwgz5v9cna69dk6f20" } ```