GithubHelp home page GithubHelp logo

albertoslavicadev / solana-mixer Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 17 KB

Solana Mixer enhances transaction privacy on Solana by mixing fixed amounts of SOL. This tool provides anonymity by pooling and redistributing funds, making transactions harder to trace.

Rust 100.00%

solana-mixer's Introduction

Solana Mixer

Introduction

Solana Mixer enhances privacy on the Solana blockchain by mixing fixed amounts of SOL to anonymize transactions. This README outlines the steps to install the Solana CLI, build, and deploy the Solana Mixer program.

Prerequisites

Installation

  1. Install Solana CLI (Only for MacOS and Linux)

    sh -c "$(curl -sSfL https://release.solana.com/v1.18.4/install)"
  2. Set Solana to use the Devnet

    solana config set --url devnet
  3. Clone the Repository

    git clone https://github.com/albertoslavicadev/solana-mixer.git
    cd Solana-Mixer
  4. Build the Program

    cargo build-bpf --bpf-out-dir=dist/program

Deployment

  1. Generate a new keypair for your program (if you don't have one)

    solana-keygen new --outfile dist/program-keypair.json
  2. Deploy the Program

    solana program deploy dist/program/your_program.so --keypair dist/program-keypair.json

Usage

After deployment, take note of the program ID output by the deployment command. You will need it to interact with your program.

Interacting with the Program

  1. Fund Your Wallet
    solana airdrop 2 $(solana-keygen pubkey dist/program-keypair.json)

Support

For support, please open an issue on the GitHub repository.

Contribution

Contributions are welcome! Please fork the repository and submit a pull request with your enhancements.

License

Solana Mixer is open source and available under the MIT License.

solana-mixer's People

Contributors

a-slavica avatar albertoslavicadev avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.