Skip to content

In This Guide You can Generate OCTRA Wallet by Running simple command via Codespace.

Notifications You must be signed in to change notification settings

0zKinetic/Octra-Kinetic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

OCTRA Wallet Generation Guide (Via Codespace)


πŸš€ Step-by-Step Instructions

πŸ’™ Step 1: Install Bun

curl -fsSL https://bun.sh/install | bash
source ~/.bashrc
bun --version

πŸ”· Step 2: Install Dependencies

bun install

🟦 Step 3: Build the Project

bun run build

πŸ”΅ Step 4: Start the Server

bun start

βœ… After this, click the β€œPORTS” tab in Codespace and open localhost:8888 in your browser.


  • Done! Wallet Generator is live. πŸ”.

πŸ’™ TASK 1: TOKEN TRANSFER

πŸ”Έ STEP 1: Open in Codespace

  1. Go to πŸ‘‰ octra-labs/octra_pre_client
  2. Click the green Code button
  3. Select β†’ Open with Codespaces β†’ + New codespace
  4. Wait for the environment to fully load

πŸ”Έ STEP 2: Install dependencies

In the Codespace terminal, run:

pip install -r requirements.txt

πŸ”Έ STEP 3: Create and edit wallet.json

  1. Create the wallet file:
cp wallet.json.example wallet.json
  1. Then open the file: wallet.json

  2. Paste your test wallet details (⚠️ never use your real wallet):

Octra Wallet Example

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

πŸ”Έ STEP 4: Send a test transaction

Use the following command:

python cli.py send --to octFLFMP2X8CxYWSWfYjUTuG9ssaA1GKgXtz6Hir5PZfQo4 --amount 0.01

🟒 That’s it! You can now access the wallet UI and make transactions to addresses found on the explorer:
πŸ”— https://octrascan.io


πŸ’™ TASK 2: TRY ENCRYPT / DECRYPT BALANCE FUNCTION

πŸ”Έ STEP 1: Follow Task 1 Steps & Open Wallet in Codespace


πŸ”Έ STEP 2:

Octra Wallet Example

  1. Use Command 4 For Encrypt Balance
  2. Use Command 5 For Decrypt Balance
  3. Use Command 6 For Private Transfer
  4. Use Command 7 For Claim

Keep doing transactions weekly, So Better to do every task every week as they announce new updates

πŸ“’ JOIN TG FOR UPDATES: https://t.me/Kinetic23

About

In This Guide You can Generate OCTRA Wallet by Running simple command via Codespace.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published