OwshenNetwork/owshen

OwshenNetwork Guide

LordZouhair10 opened this issue · 0 comments

To utilize Owshen Network's wallet in code workspace environments, follow these steps:

1. Wallet Setup:

  • Ensure you have a wallet from Owshen Network created within code workspace environments.
  • Connect your Gitpod to your GitHub account.

2. Gitpod Account Creation:

3. Before Starting:

  • Log in to your GitHub account.
  • Create a new repository and set it to Public.
  • Copy the GitHub link generated after repository creation.

4. Using GitPod:

  • Visit [Gitpod Workspaces]: https://gitpod.io/workspaces.
  • Log in with your GitHub credentials.
  • Create a new workspace.
  • Select the repository using the GitHub link you copied.
  • Choose Terminal: VS Code Browser and Spec: Standard.

5. Follow Command Lines:

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

6. Save Mnemonic Phrase:

  • During the initialization, save the mnemonic phrase generated.

7. Additional Commands:

  • ./Owshen_v0.1.0_x86_64.AppImage info

8. Save Owshen Address:

  • Retrieve and save your Owshen address.

By following these steps, you'll have set up a wallet on Owshen Network within a code workspace environment connected to your GitHub account via Gitpod.