curl -fsSL https://bun.sh/install | bash
source ~/.bashrc
bun --versionbun installbun run buildbun start✅ After this, click the “PORTS” tab in Codespace and open localhost:8888 in your browser.
- Done! Wallet Generator is live. 🔐.
- Go to 👉 octra-labs/octra_pre_client
- Click the green Code button
- Select → Open with Codespaces →
+ New codespace - Wait for the environment to fully load
In the Codespace terminal, run:
pip install -r requirements.txt- 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):
{
"priv": "private key here",
"addr": "octxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"rpc": "https://octra.network"
}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
- Use Command
4For Encrypt Balance - Use Command
5For Decrypt Balance - Use Command
6For Private Transfer - Use Command
7For Claim
Keep doing transactions weekly, So Better to do every task every week as they announce new updates

