Skip to content

Solzen33/bypass-bubblemap

Repository files navigation

Bubblemap Bypass

A Solana program built with Anchor framework for bypassing bubblemap restrictions.

📱 Social Media

Stay Connected

Platform Link Purpose
Telegram t.me/FroganBee.sol Announcements & Support
X x.com/FroganBee.sol News & Updates

Prerequisites

Setup

  1. Install dependencies:

    npm install
    # or
    yarn install
  2. Build the program:

    anchor build
  3. Run tests:

    anchor test
    # or
    npm test

Project Structure

.
├── Anchor.toml          # Anchor configuration
├── Cargo.toml           # Rust workspace configuration
├── programs/            # Solana programs
│   └── bubblemap-bypass/
│       ├── Cargo.toml
│       └── src/
│           └── lib.rs   # Main program logic
├── tests/               # Test files
│   └── bubblemap-bypass.ts
└── migrations/          # Deployment scripts

Development

  • Build: anchor build
  • Test: anchor test
  • Deploy: anchor deploy

License

MIT

About

This project is solana program to bypass bubblemap.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published