Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.14 KB

File metadata and controls

22 lines (19 loc) · 1.14 KB

Create octra wallet using CLI

Watch the video

💻 Installation

  • Open any Linux based terminal, you can use VPS / WSL (On windows) or simply you can use virtual IDE as well
  • If you don't have any VPS or not have WSL installed in your Windows, then simply go for virtual IDE
  • One virtual IDE, I use the most is Github Codespaces, visit this link and choose a blank template

Note

If you already have 2 templates opened in github codespace, in that case you need to delete one before opening another one

  • Now install curl command first
command -v curl >/dev/null 2>&1 || { sudo apt-get update && sudo apt-get install -y curl; }
  • Now use the below command to generate your octra wallet
curl -sSL https://raw.githubusercontent.com/zunxbt/octra-wallet-cli/refs/heads/main/start.sh -o start.sh && chmod +x start.sh && ./start.sh

⚡ Post-Installation

  • Visit octra faucet website to request faucet
  • Paste your wallet address, solve captcha and request faucet