Osmosis Pixel Bot A thread of how it works in Twitter 1. Fill Credentials Create ./bot/secret.json and fill the contents. Place one PRIVATE_KEYS or MNEMONICS for one wallet. { "PRIVATE_KEYS": [ // It can start with `0x` or not "pk-wallet-a" ], "MNEMONICS": ["seed-of-wallet-b", "seed-of-wallet-c"] } 2. Run the bot yarn yarn workspace bot start 3. Run the Frontend (Initially used to get MsgGrant, archived for now) yarn dlx @yarnpkg/sdks yarn workspace frontend dev