π§ Installation
System Requirements
Before installing BonkOps, ensure your system meets these requirements:
Browser: Chrome, Firefox, or Brave (latest version)
Operating System: Windows 10+, macOS 10.14+, or Linux
RAM: Minimum 4GB (8GB recommended)
Internet: Stable broadband connection
Node.js: v16+ (only for spam launch feature)
Quick Installation
Download the Filesbash
git clone https://github.com/your-repo/bonkops.git cd bonkopsConfigure RPC Endpoint
Open
config.jsReplace the Helius API key with your own:
javascript
const HELIUS_API_KEY = "your-api-key-here";Get a free API key at helius.dev
Launch BonkOps
Open
index.htmlin your browserOr use a local server:
bash
python -m http.server 8000 # Visit http://localhost:8000
Optional: Spam Launch Server
For spam launch functionality:
bash
# Install dependencies
npm install express cors body-parser
# Create server.js (provided separately)
node server.jsBrowser Security Settings
Some browsers may block local storage. To ensure proper functionality:
Chrome: Settings β Privacy β Cookies β Allow all cookies
Firefox: Settings β Privacy β Standard mode
Brave: Settings β Shields β Allow fingerprinting
Last updated
