Skip to content

many-things/osmosis-pixel-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Osmosis Pixel Bot

A thread of how it works in Twitter

latest pixels

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

About

🧪 Bot to draw the MANYTHINGS logo in Osmosis Pixels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published