Sonic Odyssey Bot is an application designed for interacting with the Sonic Odyssey platform. It supports multiple features including sending SOL (Solana) cryptocurrency transactions, claiming rewards, opening mystery boxes, and daily login operations.
npm
or yarn
package managerClone the repository:
git clone https://github.com/dante4rt/sonic-odyssey-bot.git
Navigate into the project directory:
cd sonic-odyssey-bot
Install dependencies:
npm install
# or
yarn install
Prepare input files:
accounts.json
with an array of seed phrases.privateKeys.json
with an array of private keys (base58 encoded).Example accounts.json
:
[
"seed_phrase_1",
"seed_phrase_2"
]
Example privateKeys.json
:
[
"base58_private_key_1",
"base58_private_key_2"
]
Run the bot using Node.js:
npm start
or
npm run claim
Follow the prompts to:
If you would like to support the development of this project, you can make a donation using the following addresses:
GLQMG8j23ookY8Af1uLUg4CQzuQYhXcx56rkpZkyiJvP
0x960EDa0D16f4D70df60629117ad6e5F1E13B8F44
bc1p9za9ctgwwvc7amdng8gvrjpwhnhnwaxzj3nfv07szqwrsrudfh6qvvxrj8
Contributions are welcome! Feel free to open issues or pull requests for any improvements or fixes.
This project is licensed under the MIT License - see the LICENSE file for details.