Skip to content

octralabs/octra_pre_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

octra terminal client

a terminal wallet reminiscent of dos-era tui interfaces — but built with modern asynchronous architecture

what it does

  • shows your octra wallet balance and tx history
  • lets you send one or many transactions
  • exports your private key or full wallet file

works on

  • linux
  • mac
  • windows (some features like clipboard may not work)

what you need

  • python 3.8 or higher
  • internet connection
  • your wallet file (private key)

how to install and run (step by step)

  1. open terminal

  2. run these commands one by one:

git clone https://github.com/octralabs/octra_pre_client.git
cd octra_pre_client
python3 -m venv venv
source venv/bin/activate # for windows use: venv\Scripts\activate
pip install -r requirements.txt
cp wallet.json.example wallet.json
  1. open wallet.json and edit it (change placeholders to your wallet data):
{
  "priv": "private-key-here",
  "addr": "octxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
  "rpc": "https://octra.network"
}
  1. run
./run.sh       # on linux/mac
run.bat        # on windows

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages