Automation bot for interacting with the Silent Protocol testnet.
Last updated Jun 30, 2026
158
Stars
17
Forks
0
Issues
0
Stars/day
Attention Score
51
Language breakdown
JavaScript 100.0%
▸ Files
click to expand
README
silent-protocol-bot
Automation bot for interacting with the Silent Protocol testnet.
Getting Started
- Visit the Silent Protocol Testnet Ceremony
- Retrieve Your Bearer Token
F12 or Ctrl+Shift+I).
- Navigate to the "Network" tab.
- Reload the page.
- Look for fetch or xhr requests related to the ceremony.
- Click on one of these requests and go to the "Headers" section.
- Find the Authorization header and copy the token (the part after Bearer). Do not include the Bearer text.
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:
console.log(localStorage.getItem('silent_jwt'));
- Copy the displayed token.
- Save Your Tokens
tokens.txt in the project root directory.
- Add each token on a new line.
Installation
- Clone this repository:
git clone https://github.com/dante4rt/silent-protocol-bot.git
cd silent-protocol-bot
- Install dependencies:
npm install
Running the Bot
Start the bot with the following command:
npm 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.
🔗 More in this category