Skip to content

Unruggable is a security/privacy focused soft/hard wallet designed specifically for solana that protects users from the most common rugs. It is effectively a solana cli wrapper written in pure bash with minimal dependencies, using a ATM(numbers) interface.

License

Notifications You must be signed in to change notification settings

hogyzen12/unruggable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unruggable Setup Guide

Welcome to the Unruggable. This will guide you in setting up Unruggable on your computer and beginning your self custody journey on Solana.

Prerequisites

Before we begin, make sure you have the following:

  • Internet connection
  • 3 minutes of free time

Unruggable is compatible with nearly any Operating System, Windows, MacOS or Linux. WSL2 will be needed if you will be using Windows. WSL2 is a Linux environment within Windows, developed and supported by Microsoft.

Step 0: Windows Users only, ignore if MacOs or Ubuntu

Install WSL2 following the instructions below, or Microsoft Guide in the link below:

TL;DR - if u lazy to read**

Open up Powershell (start button, search powershell, right click, open as administrator). Once open simply paste: wsl --install and press enter. WSL2

Step 1: Setting Up Unruggable

Open up a terminal.

  • Windows: Open windows menu and search for Ubuntu and open it. (This is what you installed in Step 0)
  • macOS: Use Spotlight search (Cmd + Space), type "Terminal", and press Enter.
  • Linux: Press Ctrl + Alt + T or search for "Terminal" in your applications menu.

Once the terminal is open, paste each command below into the terminal and press enter.

  1. Clone the Unruggable Repository:
    git clone https://github.com/hogyzen12/unruggable
  2. Launch Unruggable:
    cd unruggable && chmod u+x unruggable.sh && ./unruggable.sh

Usage

After installation, you can run Unruggable in your terminal simply by typing:

unruggable

Demo

CALYPSO

Integrations: Executing JUP swaps with Jito

CALYPSO

HERMES

Integrations: Executing SOL, spl-token and NFT transfers with Jito

CALYPSO

Option 0: Receive

0 - Receive

Option 2: Send Tokens

2 - Send Tokens

Option 3: Display and Send NFTs

3 - Create New Wallet

Option 4: Display Available Wallets and Switch

4 - Display Available Wallets and Switch

Option 5: Stake SOL

4 - Display Available Wallets and Switch

Option 7: New wallet Keygen

  • Vanity: 71 - Create New Wallet

  • Mnemonic: 72 - Create New Wallet

Option 8: Set Custom RPC

8 - Switch RPC

About

Unruggable is a security/privacy focused soft/hard wallet designed specifically for solana that protects users from the most common rugs. It is effectively a solana cli wrapper written in pure bash with minimal dependencies, using a ATM(numbers) interface.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published