A thread of how it works in Twitter
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"]
}
yarn
yarn workspace bot start
yarn dlx @yarnpkg/sdks
yarn workspace frontend dev