# Owshen Network Airdrop Tutorial

By [Joni Kumala](https://paragraph.com/@joni-kumala) · 2023-12-26

---

Owshen is a privacy platform built for EVM-based blockchains. Owshen gathers multiple ideas around cryptocurrency privacy solutions in a single place to provide ultimate privacy.

Using Owshen you can get a **_fixed_** Owshen address and start transacting with users inside/outside of the platform, without exposing:

1.  **Source** (Spend your coins using Zcash/TornadoCash-style merkle inclusion proofs, along with nullifiers)
    
2.  **Destination** (Monero-style stealth-addresses are generated each time you send your coins to someone)
    
3.  **Token/Amount** (These values are obfuscated and only the sender and receiver, who know a shared-secret, will be able to decode them)
    

Recently, Owsheen held airdrop for their early users before launching a testnet events.

[https://x.com/OwshenNetwork/status/1739258666199449979?s=20](https://x.com/OwshenNetwork/status/1739258666199449979?s=20)

1.  Firstly, you must have a wallet from Owshen Network that create on code workspace environments. In this case, writers using gitpod that connecting with writers github account. Create gitpod account with link below.
    

[https://www.gitpod.io/](https://www.gitpod.io/)

2\. Create New Workspace

![You can use your own repository, in this case, writers using jonikum/owshen-network ](https://storage.googleapis.com/papyrus_images/c031966f8fc2b1a36f50707786dd4964cffb386dd99b143762d11715dc3354f0.png)

You can use your own repository, in this case, writers using jonikum/owshen-network

![](https://storage.googleapis.com/papyrus_images/47fa79456b5a2aea05a17b4e78f2bba91282ea355c14a09de964e75ca82c3078.png)

3.     Open your terminal, type this command

    #!/bin/bash 
    sudo apt update && sudo apt upgrade -y
    

![](https://storage.googleapis.com/papyrus_images/77042e435427b30b8bc931875a7a6cabc6cc112a58779fbd729cebc92ae245a2.png)

    sudo apt-get install git-all -y
    sudo apt-get install curl -y
    sudo su
    

![](https://storage.googleapis.com/papyrus_images/5be4390b98d2927f07e13008d964d962dce29149d0fcd32c6646ba43502a1858.png)

    sudo apt update
    

![](https://storage.googleapis.com/papyrus_images/6cd9f151672f78417cf59958d556b9a196f38797a04413c4fbcfbe8bb4e15456.png)

![](https://storage.googleapis.com/papyrus_images/0474ec4ff31b0a4d15e20ae06adcdf469169fe2033f2ecf506c62e78738a0ade.png)

![](https://storage.googleapis.com/papyrus_images/11c467900acbf18ece3b8fc9dd604c5f6d0d471d271156acbbd2f7cf0d4b171e.png)

    wget https://github.com/OwshenNetwork/owshen/releases/download/v0.1.0/Owshen_v0.1.0_x86_64.AppImage
    

![](https://storage.googleapis.com/papyrus_images/e3e75d6830b54eeb02d31b5c3cce2a5a610b54bca3b9a5965a9b10d87a039cdd.png)

    chmod +x Owshen_v0.1.0_x86_64.AppImage
    
    ./Owshen_v0.1.0_x86_64.AppImage init
    

![in this command, you can find your mnemonic phrase, save it safely.](https://storage.googleapis.com/papyrus_images/a3a79f6e66f31cdae9176c21f76230b7f0ccec3317157f653b2b5f552efc4ce8.png)

in this command, you can find your mnemonic phrase, save it safely.

    ./Owshen_v0.1.0_x86_64.AppImage info
    

![save your address](https://storage.googleapis.com/papyrus_images/d12efcb0de0edc7f407ae0f1c92a575ef9d0363b581ad501ae3e5b83694d0e2a.png)

save your address

    ./Owshen_v0.1.0_x86_64.AppImage wallet
    

![](https://storage.googleapis.com/papyrus_images/8d7307bc50433b7f24437eebe1ea273284906b0f689f28b8fb2633548c40d7c7.png)

or you can check on [http://127.0.0.1:9000](http://127.0.0.1:9000) and import your mnemonic pharse to see your address.

![](https://storage.googleapis.com/papyrus_images/046125b39a5ebcd9227a1e1f66d1b9e3a848e487c1b8b12be75e0468a31ba3bb.png)

4.     After you get owshen address, paste your address to owshen official twitter to get your first airdrop before testnet events launch. [https://twitter.com/OwshenNetwork/status/1739258666199449979?t=YC4moHVHaCZfC96-ahMWvw&s=19](https://twitter.com/OwshenNetwork/status/1739258666199449979?t=YC4moHVHaCZfC96-ahMWvw&s=19)

[https://twitter.com/OwshenNetwork/status/1739258666199449979?t=YC4moHVHaCZfC96-ahMWvw&s=19](https://twitter.com/OwshenNetwork/status/1739258666199449979?t=YC4moHVHaCZfC96-ahMWvw&s=19)

Joni Kumala

[https://x.com/huntercuan\_](https://x.com/huntercuan_)

[https://github.com/Jonikum/](https://github.com/Jonikum/)

[Subscribe](null)

---

*Originally published on [Joni Kumala](https://paragraph.com/@joni-kumala/owshen-network-airdrop-tutorial)*
