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

