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:
Source (Spend your coins using Zcash/TornadoCash-style merkle inclusion proofs, along with nullifiers)
Destination (Monero-style stealth-addresses are generated each time you send your coins to someone)
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.
2. Create New Workspace
3. Open your terminal, type this command
#!/bin/bash
sudo apt update && sudo apt upgrade -y
sudo apt-get install git-all -y
sudo apt-get install curl -y
sudo su
sudo apt update
sudo apt install libfuse2
sudo apt install fuse
wget https://github.com/OwshenNetwork/owshen/releases/download/v0.1.0/Owshen_v0.1.0_x86_64.AppImage
chmod +x Owshen_v0.1.0_x86_64.AppImage
./Owshen_v0.1.0_x86_64.AppImage init
./Owshen_v0.1.0_x86_64.AppImage info
./Owshen_v0.1.0_x86_64.AppImage wallet
or you can check on http://127.0.0.1:9000 and import your mnemonic pharse to see your address.
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
Joni Kumala