Skip to content

MysticVoyage07/Octra-x-Mystic

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

21 Commits
ย 
ย 
ย 
ย 

Repository files navigation

STEP BY STEP WALLET GENERATION GUIDE OF OCTRA { CODESPACE }


๐Ÿ”น 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 browser.


Done! Wallet Generator is live. ๐Ÿ”


๐Ÿช™ TASK 1 : TOKEN TRANSFER

๐Ÿ”น STEP 1: Open in Codespace

  1. Go to ๐Ÿ‘‰ https://github.com/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

Create the wallet file:

cp wallet.json.example wallet.json

Then open the file: wallet.json

Paste your test wallet details (โš ๏ธ never use your real wallet): Wallet Generation

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

๐Ÿ”น STEP 4: Send a test transaction

python cli.py send --to oct5ziFzQJkiJFPfcQeuAmp4vhfQgjwb8gyx2W2TZdGhzJm --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/


๐Ÿ“ข JOIN TG FOR UPDATES: t.me/EarnByAbhi23

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published