https://github.com/hogyzen12/unruggable
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.
https://github.com/hogyzen12/unruggable
public-good solana wallet wrapper-script
Last synced: 17 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/hogyzen12/unruggable
- Owner: hogyzen12
- License: gpl-3.0
- Created: 2024-04-02T23:56:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T17:42:31.000Z (over 1 year ago)
- Last Synced: 2025-12-26T17:45:47.216Z (about 2 months ago)
- Topics: public-good, solana, wallet, wrapper-script
- Language: Shell
- Homepage:
- Size: 1.64 MB
- Stars: 32
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.

--------------------------------------------------------------------
https://learn.microsoft.com/en-us/windows/wsl/install
--------------------------------------------------------------------
https://www.omgubuntu.co.uk/how-to-install-wsl2-on-windows-10
--------------------------------------------------------------------
#### 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**:
```bash
git clone https://github.com/hogyzen12/unruggable
```
2. **Launch Unruggable**:
```bash
cd unruggable && chmod u+x unruggable.sh && ./unruggable.sh
```
## Usage
After installation, you can run Unruggable in your terminal simply by typing:
```bash
unruggable
```
## Demo
**CALYPSO**
#### Integrations: Executing JUP swaps with Jito

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

#### Option 0: Receive

#### Option 2: Send Tokens

#### Option 3: Display and Send NFTs

#### Option 4: Display Available Wallets and Switch

#### Option 5: Stake SOL

#### Option 7: New wallet Keygen
- **Vanity**:

- **Mnemonic**:

#### Option 8: Set Custom RPC
