Skip to content

cryptolover848/octra_fhe_lover

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Octra terminal client - How to install and run transactions (step by step)

1. Open terminal in gitpod and install Python

sudo apt install python3 python3-pip python3-venv python3-dev -y

2. Run these commands :

git clone https://github.com/octra-labs/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

3. Open wallet.json

nano wallet.json

4. Edit it (change placeholders to your wallet data):

{
  "priv": "private-key-here",
  "addr": "octxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
  "rpc": "https://octra.network"
}

5. Run to open frontend UI to make transaction

./run.sh

6. Now you can send transaction to other wallets, Some of my address given below to make transactions...

octCNEFKoAi13tbERnj8UdwyUUneM5MacJKhPSh5Kkvdoeu

octFrhYexg3h67DrBMuV1GGGTspPiHB1N8WL97HdyznxB15

oct8heKLgiUtNUaJppBesFSCRpcY7ja1zKr5EzCNxozQrLK

octBiACKTeoxody5Qr6ezmjGULYcgHM7X93oZFoWoPSHTxt

octFjXfCRgWYpnnmNLLbVvzA1U8pbQEFZtFQRnjmNiUNvor

7. verify your transaction history on https://octrascan.io

About

octra_fhe_lover

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published