πŸ”§ 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

  1. Download the Filesbash

    git clone https://github.com/your-repo/bonkops.git
    cd bonkops
  2. Configure RPC Endpoint

    • Open config.js

    • Replace the Helius API key with your own:

    javascript

    const HELIUS_API_KEY = "your-api-key-here";
  3. Launch BonkOps

    • Open index.html in your browser

    • Or 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.js

Browser Security Settings

Some browsers may block local storage. To ensure proper functionality:

  1. Chrome: Settings β†’ Privacy β†’ Cookies β†’ Allow all cookies

  2. Firefox: Settings β†’ Privacy β†’ Standard mode

  3. Brave: Settings β†’ Shields β†’ Allow fingerprinting

Last updated