Silent protocol bot
Automation bot for interacting with the Silent Protocol testnet.
Automation bot for interacting with the Silent Protocol testnet. The project is written primarily in JavaScript, distributed under the MIT License license, first published in 2025. Key topics include: airdrop, automation, blockchain, bot, ceremony.
silent-protocol-bot
Automation bot for interacting with the Silent Protocol testnet.
Getting Started
-
Visit the Silent Protocol Testnet Ceremony
-
Retrieve Your Bearer Token
Option 1: Using Network Tab
- Open your browser's developer tools (usually by pressing
F12orCtrl+Shift+I). - Navigate to the "Network" tab.
- Reload the page.
- Look for
fetchorxhrrequests related to the ceremony. - Click on one of these requests and go to the "Headers" section.
- Find the
Authorizationheader and copy the token (the part afterBearer). Do not include theBearertext.
Option 2: Using Console
-
Open your browser's developer tools and go to the "Console" tab.
-
Run the following command to retrieve the token from local storage:
javascriptconsole.log(localStorage.getItem('silent_jwt')); -
Copy the displayed token.
- Open your browser's developer tools (usually by pressing
-
Save Your Tokens
- Create a file named
tokens.txtin the project root directory. - Add each token on a new line.
- Create a file named
Installation
-
Clone this repository:
bashgit clone https://github.com/dante4rt/silent-protocol-bot.git cd silent-protocol-bot -
Install dependencies:
bashnpm install
Running the Bot
Start the bot with the following command:
bashnpm start
Notes
- The bot will use the tokens from
tokens.txtto interact with the Silent Protocol backend. - Ensure your tokens are valid to avoid errors.
Donations
If you would like to support the development of this project, you can make a donation using the following addresses:
- Solana:
GLQMG8j23ookY8Af1uLUg4CQzuQYhXcx56rkpZkyiJvP - EVM:
0x23686f799e7C1E8158208882bAD2BD90A5C59256 - BTC:
bc1p9za9ctgwwvc7amdng8gvrjpwhnhnwaxzj3nfv07szqwrsrudfh6qvvxrj8
License
This project is licensed under the MIT License.
Contributors
Showing top 1 contributor by commit count.
